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

← Ancient Origins
Machamp-EX

Machamp-EX

Rare Holo EX #37 Pokémon BasicEX HP 180
Types
Fighting
Illustrator
Eske Yoshinob
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101459

Attacks

Steaming Mad 20
Fighting · Colorless

This attack does 20 damage times the number of damage counters on this Pokémon. This Pokémon is now Confused.

Crazy Hammer 80
Fighting · Fighting · Colorless

If this Pokémon is affected by a Special Condition, this attack does 80 more damage. Then, remove all Special Conditions from this Pokémon.

GET /api/v1/pokemon/cards/xy7-37vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-37vh",
    "name": "Machamp-EX",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/37vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/37vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/37vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101459",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/37vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/37vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/37vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Steaming Mad",
        "text": "This attack does 20 damage times the number of damage counters on this Pokémon. This Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crazy Hammer",
        "text": "If this Pokémon is affected by a Special Condition, this attack does 80 more damage. Then, remove all Special Conditions from this Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 5.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.92
        },
        {
          "condition": "LP",
          "price": 2.88
        },
        {
          "condition": "MP",
          "price": 2.09
        },
        {
          "condition": "HP",
          "price": 1.2
        },
        {
          "condition": "DMG",
          "price": 1.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 10,
          "high": 12.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 246.48,
          "low": 206.49,
          "high": 319.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.79,
          "low": 16.65,
          "high": 21.85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:21:33.519Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.17
      }
    }
  }
}