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

← Facing a New Trial
Machoke

Machoke

Common #28 Pokémon Stage 1 HP 100
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Facing a New Trial · Sun & Moon
Language
Japanese
TCGplayer
573809

Attacks

Cross Chop 30+
Fighting · Fighting

Flip a coin. If heads, this attack does 30 more damage.

GET /api/v1/pokemon/cards/sm2p_ja-28vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2p_ja-28vrh",
    "name": "Machoke",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/28vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/28vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/28vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2p_ja",
      "name": "Facing a New Trial",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2+",
      "printed_total": 49,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Facing a New Trial"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573809",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/28vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/28vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/28vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Daunting Pose",
        "text": "Prevent all damage done to your Benched Pokémon by your opponent's attacks. Your opponent's attacks and Abilities can't put damage counters on your Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Cross Chop",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 50.27,
          "low": 42.73,
          "high": 57.81,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:01:33.001Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.06
      }
    }
  }
}