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

← HS—Triumphant
Luvdisc

Luvdisc

Uncommon #39 Pokémon Basic HP 60
Types
Water
Illustrator
sui
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
86938

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/hgss4-39vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-39vrh",
    "name": "Luvdisc",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86938",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39vrh.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": "Uncommon",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 6.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.56
        },
        {
          "condition": "LP",
          "price": 3
        },
        {
          "condition": "MP",
          "price": 4.53
        },
        {
          "condition": "HP",
          "price": 3.99
        },
        {
          "condition": "DMG",
          "price": 1.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 44.05,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:15:00.976Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}