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

← Shining Legends
Liepard

Liepard

Uncommon #49 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
kawayoo
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
146711

Attacks

Torment 30
Darkness

Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

Slash 60
Darkness · Colorless
GET /api/v1/pokemon/cards/sm35-49?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-49",
    "name": "Liepard",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/49.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "146711",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Torment",
        "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slash",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}