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

← White Flare
Liepard

Liepard

Illustration Rare #137 Pokémon Stage 1 HP 110
Types
Darkness
Illustrator
matazo
Expansion
White Flare · Scarlet & Violet
Language
English
TCGplayer
642250

Attacks

Knock Off 50
Darkness

Discard a random card from your opponent's hand.

GET /api/v1/pokemon/cards/rsv10pt5-137vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "rsv10pt5-137vh",
    "name": "Liepard",
    "number": "137",
    "printed_number": "137",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/137vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/137vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/137vh.large.webp"
      }
    ],
    "expansion": {
      "id": "rsv10pt5",
      "name": "White Flare",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "WHT",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642250",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/137vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/137vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/137vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Knock Off",
        "text": "Discard a random card from your opponent's hand.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "matazo",
    "pricing": {
      "currency": "USD",
      "market": 46.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 46.57
        },
        {
          "condition": "LP",
          "price": 32.82
        },
        {
          "condition": "MP",
          "price": 27.83
        },
        {
          "condition": "DMG",
          "price": 12
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 39.08,
          "low": 31.99,
          "high": 60.63,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 89.95,
          "low": 84.72,
          "high": 106.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 469.99,
          "low": 354.11,
          "high": 484.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9,
          "trend": {
            "direction": "up",
            "percent": 21.3
          }
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.03,
          "low": 29,
          "high": 29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 67.5,
          "low": 48.3,
          "high": 124.34,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 162.5,
          "low": 159.37,
          "high": 162.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:08:33.713Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}