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

← Brave Stars (Courage)
Machamp V

Machamp V

Rare #141/128 Pokémon Basic HP 220
Types
Fighting
Illustrator
Shinya Komatsu
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Revenge Buster 50
Colorless · Colorless

If your Benched Pokémon have any damage counters on them, this attack does 50 more damage.

Seismic Toss 140
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bsco-141?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-141",
    "name": "Machamp V",
    "number": "141/128",
    "printed_number": "141/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-141.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-141.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-141.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-141.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-141.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-141.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Revenge Buster",
        "text": "If your Benched Pokémon have any damage counters on them, this attack does 50 more damage.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Seismic Toss",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shinya Komatsu",
    "pricing": {
      "currency": "USD",
      "market": 43.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 71.5,
          "low": 61.5,
          "high": 86.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10
        }
      ],
      "market_updated_at": "2026-09-22T03:54:13.069Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}