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

← Legendary Shine Collection
Pancham

Pancham

usually #14 Pokémon Basic
Types
Fighting
Illustrator
Mizue
Expansion
Legendary Shine Collection · XY
Language
Japanese
TCGplayer
605347

Attacks

Pompous Punch 10
Fighting · Colorless

Discard a random card from your opponent's hand.

GET /api/v1/pokemon/cards/cp2_ja-14?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp2_ja-14",
    "name": "Pancham",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/14.large.webp"
      }
    ],
    "expansion": {
      "id": "cp2_ja",
      "name": "Legendary Shine Collection",
      "total": 27,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP2",
      "printed_total": 27,
      "release_date": "2015/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605347",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pompous Punch",
        "text": "Discard a random card from your opponent's hand.",
        "damage": "10"
      }
    ],
    "rarity": "usually",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 3.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.95
        },
        {
          "condition": "MP",
          "price": 3.29
        },
        {
          "condition": "HP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 43,
          "low": 36.55,
          "high": 49.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 90,
          "low": 70,
          "high": 100,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-03T06:45:36.888Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}