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

← Flashfire
Luvdisc

Luvdisc

Uncommon #27 Pokémon Basic HP 60
Types
Water
Illustrator
Atsuko Nishida
Expansion
Flashfire · XY
Language
English
TCGplayer
91160

Attacks

Heart Wink
Colorless

Flip a coin. If heads, your opponent can't draw a card at the beginning of his or her next turn.

Spike Draw 20
Water · Colorless

Draw a card.

GET /api/v1/pokemon/cards/xy2-27?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-27",
    "name": "Luvdisc",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/27.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91160",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Heart Wink",
        "text": "Flip a coin. If heads, your opponent can't draw a card at the beginning of his or her next turn."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Spike Draw",
        "text": "Draw a card.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.29
        },
        {
          "condition": "LP",
          "price": 0.28
        },
        {
          "condition": "MP",
          "price": 0.19
        },
        {
          "condition": "HP",
          "price": 0.27
        },
        {
          "condition": "DMG",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}