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

← Clash at the Summit
Machamp

Machamp

Common #45 Pokémon Stage 2Prime
Types
Fighting
Illustrator
Shizurow
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608421

Attacks

Crushing Punch 60
Fighting · Colorless · Colorless

Discard a Special Energy card attached to the Defending Pokémon.

Champ Buster 100+
Fighting · Fighting · Colorless · Colorless

Does 100 damage plus 10 more damage for each of your Benched Pokémon that has any damage counters on it.

GET /api/v1/pokemon/cards/l3_ja-45?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-45",
    "name": "Machamp",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/45.large.webp"
      }
    ],
    "expansion": {
      "id": "l3_ja",
      "name": "Clash at the Summit",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L3",
      "printed_total": 80,
      "release_date": "2010/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash at the Summit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608421",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Prime"
    ],
    "types": [
      "Fighting"
    ],
    "abilities": [
      {
        "name": "Fighting Tag",
        "text": "Once during your turn (before your attack), if Machamp is on your Bench, you may move all Fighting Energy attached to your Active Pokémon to Machamp. If you do, switch Machamp with your Active Pokémon.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crushing Punch",
        "text": "Discard a Special Energy card attached to the Defending Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Champ Buster",
        "text": "Does 100 damage plus 10 more damage for each of your Benched Pokémon that has any damage counters on it.",
        "damage": "100+"
      }
    ],
    "rarity": "Common",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 54.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 54.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 71,
          "low": 60.35,
          "high": 81.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 126,
          "low": 107.1,
          "high": 144.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 12
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 82,
          "low": 69.7,
          "high": 94.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-08-15T19:04:33.456Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}