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

← Emerging Powers
Liepard

Liepard

Rare #65 Pokémon Stage 1 HP 80
Types
Darkness
Illustrator
Akira Komayama
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
86726

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/bw2-65?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-65",
    "name": "Liepard",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/65.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/65.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/65.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86726",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/65.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/65.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/65.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "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"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 1.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.37
        },
        {
          "condition": "LP",
          "price": 1.11
        },
        {
          "condition": "MP",
          "price": 1.29
        },
        {
          "condition": "HP",
          "price": 0.45
        },
        {
          "condition": "DMG",
          "price": 0.53
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.48
      }
    }
  }
}