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

← Generations
Machamp

Machamp

Rare Holo #42 Pokémon Stage 2 HP 150
Types
Fighting
Illustrator
PLANETA
Expansion
Generations · XY
Language
English
TCGplayer
113700

Attacks

Machamp Crush 80
Fighting · Fighting · Fighting

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/g1-42vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-42vh",
    "name": "Machamp",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/42vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/42vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/42vh.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113700",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/42vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/42vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/42vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Fighting Fury",
        "text": "Each of your Fighting Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Machamp Crush",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance).",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 1.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.68
        },
        {
          "condition": "LP",
          "price": 0.92
        },
        {
          "condition": "MP",
          "price": 0.79
        },
        {
          "condition": "HP",
          "price": 0.64
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.95,
          "low": 33.98,
          "high": 37.95,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:13:58.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}