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

← Clash at the Summit
Luvdisc

Luvdisc

usually #24 Pokémon Basic HP 60
Types
Water
Illustrator
sui
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608400

Attacks

Rendezvous Draw
Colorless

Each player draws and reveals the top card of his or her deck.

Distorted Wave 30
Water

Before doing damage, remove 1 damage counter from the Defending Pokémon.

GET /api/v1/pokemon/cards/l3_ja-24?include=prices 200 35ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-24",
    "name": "Luvdisc",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "l3_ja",
      "name": "Clash at the Summit",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L3",
      "printed_total": 80,
      "release_date": "2010/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash at the Summit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608400",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rendezvous Draw",
        "text": "Each player draws and reveals the top card of his or her deck."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Distorted Wave",
        "text": "Before doing damage, remove 1 damage counter from the Defending Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 3.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.65
        },
        {
          "condition": "LP",
          "price": 2.87
        },
        {
          "condition": "MP",
          "price": 1.75
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-23T03:30:49.372Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}