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

← Detective Pikachu
Machamp

Machamp

Rare #13 Pokémon Stage 2 HP 160
Types
Fighting
Illustrator
MPC Film
Expansion
Detective Pikachu · Sun & Moon
Language
English
TCGplayer
186021

Attacks

Directing Traffic
Fighting

Look at the top 5 cards of your deck and put them back in any order.

Cross Chop 80
Fighting · Fighting

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

GET /api/v1/pokemon/cards/det1-13vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "det1-13vh",
    "name": "Machamp",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/13vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/13vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/13vh.large.webp"
      }
    ],
    "expansion": {
      "id": "det1",
      "name": "Detective Pikachu",
      "total": 18,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DET",
      "printed_total": 18,
      "release_date": "2019/04/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/det1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/det1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "186021",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/13vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/13vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/13vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Directing Traffic",
        "text": "Look at the top 5 cards of your deck and put them back in any order."
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Cross Chop",
        "text": "Flip a coin. If heads, this attack does 60 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "MPC Film",
    "pricing": {
      "currency": "USD",
      "market": 2.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.03
        },
        {
          "condition": "LP",
          "price": 1.37
        },
        {
          "condition": "MP",
          "price": 0.91
        },
        {
          "condition": "HP",
          "price": 0.64
        },
        {
          "condition": "DMG",
          "price": 0.74
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 7.47,
          "low": 6.35,
          "high": 8.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 37.75,
          "low": 21.06,
          "high": 46.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 307,
          "low": 210.99,
          "high": 403,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.41,
          "low": 8.41,
          "high": 8.46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.75,
          "low": 5.5,
          "high": 20.48,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.99,
          "low": 14,
          "high": 42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:47:21.207Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.05
      }
    }
  }
}