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

← Dark Phantasma
Machamp

Machamp

Rare #36 Pokémon Stage 2 HP 150
Types
Fighting
Illustrator
Nisota Niso
Expansion
Dark Phantasma · Sword & Shield
Language
Japanese
TCGplayer
570699

Attacks

Strong Arm Lariat 100+
Fighting · Fighting

You may do 100 more damage. If you do, during your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/swsh10a_ja-36vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10a_ja-36vh",
    "name": "Machamp",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/36vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/36vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/36vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10a_ja",
      "name": "Dark Phantasma",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10a",
      "printed_total": 71,
      "release_date": "2022/05/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Phantasma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570699",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/36vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/36vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/36vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Muscle Counterattack",
        "text": "If your opponent has 3 or fewer Prize cards remaining, it gets +150 HP.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Strong Arm Lariat",
        "text": "You may do 100 more damage. If you do, during your next turn, this Pokémon can't attack.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 25,
          "high": 28.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:20:31.757Z",
      "trend_7d": {
        "direction": "down",
        "percent": -40
      }
    }
  }
}