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

← Rising Rivals
Machamp GL

Machamp GL

Uncommon #46 Pokémon BasicSP HP 100
Types
Fighting
Illustrator
Kagemaru Himeno
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
86972

Attacks

Cross-Cut 30
Colorless · Colorless · Colorless

If the Defending Pokémon is an Evolved Pokémon, this attack does 30 damage plus 20 more damage.

Brush Off
Fighting · Fighting · Colorless · Colorless

Put the Defending Pokémon and all cards attached to it on top of your opponent's deck. Your opponent shuffles his or her deck afterward. (If your opponent doesn't have any Benched Pokémon, this attack does nothing.)

GET /api/v1/pokemon/cards/pl2-46?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-46",
    "name": "Machamp GL",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/46.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86972",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cross-Cut",
        "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 30 damage plus 20 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Brush Off",
        "text": "Put the Defending Pokémon and all cards attached to it on top of your opponent's deck. Your opponent shuffles his or her deck afterward. (If your opponent doesn't have any Benched Pokémon, this attack does nothing.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.12
        },
        {
          "condition": "LP",
          "price": 1.09
        },
        {
          "condition": "MP",
          "price": 0.87
        },
        {
          "condition": "HP",
          "price": 0.54
        },
        {
          "condition": "DMG",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.21,
          "low": 24,
          "high": 24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.82
      }
    }
  }
}