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

← Undone Seal
Machop

Machop

usually #49 Pokémon Basic HP 50
Types
Fighting
Illustrator
Hajime Kusajima
Expansion
Undone Seal · ADV
Language
Japanese
TCGplayer
612480

Attacks

Knuckle Punch 10
Colorless
Karate Chop 30-
Fighting · Colorless

Does 30 damage minus 10 damage for each damage counter on Machop.

GET /api/v1/pokemon/cards/adv5_ja-49?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv5_ja-49",
    "name": "Machop",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/49.large.webp"
      }
    ],
    "expansion": {
      "id": "adv5_ja",
      "name": "Undone Seal",
      "total": 83,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 83,
      "release_date": "2004/01/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Undone Seal"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612480",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Knuckle Punch",
        "damage": "10"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Karate Chop",
        "text": "Does 30 damage minus 10 damage for each damage counter on Machop.",
        "damage": "30-"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 2.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.51
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 9,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T10:17:09.205Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}