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

← BREAKpoint
Luxray BREAK

Luxray BREAK

Rare BREAK #47 Pokémon BREAK HP 170
Types
Lightning
Illustrator
5ban Graphics
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111554

Attacks

Wild Fury 130
Lightning · Lightning · Colorless · Colorless

Flip a coin until you get tails. This attack does 40 more damage for each heads.

GET /api/v1/pokemon/cards/xy9-47vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-47vh",
    "name": "Luxray BREAK",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/47vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/47vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/47vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111554",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/47vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/47vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/47vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "BREAK"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Wild Fury",
        "text": "Flip a coin until you get tails. This attack does 40 more damage for each heads.",
        "damage": "130"
      }
    ],
    "rarity": "Rare BREAK",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 7.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.37
        },
        {
          "condition": "LP",
          "price": 4.81
        },
        {
          "condition": "MP",
          "price": 3.55
        },
        {
          "condition": "HP",
          "price": 1.86
        },
        {
          "condition": "DMG",
          "price": 2.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 548.69,
          "low": 750,
          "high": 750,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 8,
          "high": 21.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 99.99,
          "low": 67.2,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:49:00.680Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.94
      }
    }
  }
}