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

← Black & White Promos
Liepard

Liepard

Promo #66 Pokémon Stage 1
Types
Darkness
Illustrator
Akira Komayama
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

Attacks

Feint Attack
Darkness

Does 30 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon.

Claw Rend 50+
Darkness · Colorless · Colorless

If the Defending Pokémon already has any damage counters on it, this attack does 30 more damage.

GET /api/v1/pokemon/cards/bwp_ja-66vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-66vh",
    "name": "Liepard",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/66vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/66vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/66vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/66vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/66vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/66vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Feint Attack",
        "text": "Does 30 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Claw Rend",
        "text": "If the Defending Pokémon already has any damage counters on it, this attack does 30 more damage.",
        "damage": "50+"
      }
    ],
    "rarity": "Promo",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 6.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.27
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 80.45,
          "low": 68.38,
          "high": 92.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-07T02:41:37.110Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}