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

← Plasma Blast
Machamp

Machamp

Rare #50 Pokémon Stage 2 HP 140
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
86970

Attacks

Knock Off 60
Fighting · Colorless · Colorless

Discard a random card from your opponent's hand.

Reinforced Lariat 80
Fighting · Fighting · Colorless · Colorless

If this Pokémon has a Pokémon Tool card attached to it, this attack does 40 more damage.

GET /api/v1/pokemon/cards/bw10-50vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-50vrh",
    "name": "Machamp",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/50vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/50vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/50vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86970",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/50vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/50vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/50vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Knock Off",
        "text": "Discard a random card from your opponent's hand.",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Reinforced Lariat",
        "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 40 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 10.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.73
        },
        {
          "condition": "LP",
          "price": 8.02
        },
        {
          "condition": "MP",
          "price": 4.61
        },
        {
          "condition": "HP",
          "price": 2.48
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}