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

← The Best of XY
Lugia-EX

Lugia-EX

Common #103 Pokémon BasicEX
Types
Colorless
Illustrator
Eske Yoshinob
Expansion
The Best of XY · XY
Language
Japanese
TCGplayer
598857

Attacks

Aero Ball 20×
Colorless · Colorless

This attack does 20 damage times the amount of Energy attached to both Active Pokémon.

Deep Hurricane 80+
Colorless · Colorless · Colorless · Colorless

If there is any Stadium card in play, this attack does 70 more damage. Then, discard that Stadium card.

GET /api/v1/pokemon/cards/xy_ja-103?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy_ja-103",
    "name": "Lugia-EX",
    "number": "103",
    "printed_number": "103",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/103.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/103.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/103.large.webp"
      }
    ],
    "expansion": {
      "id": "xy_ja",
      "name": "The Best of XY",
      "total": 188,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY",
      "printed_total": 171,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Best of XY"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "598857",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/103.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/103.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/103.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aero Ball",
        "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon.",
        "damage": "20×"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Deep Hurricane",
        "text": "If there is any Stadium card in play, this attack does 70 more damage. Then, discard that Stadium card.",
        "damage": "80+"
      }
    ],
    "rarity": "Common",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 50,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 50
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 41,
          "low": 30,
          "high": 52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 100.25,
          "low": 85.1,
          "high": 139.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12,
          "trend": {
            "direction": "down",
            "percent": -11.1
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.5,
          "low": 43.38,
          "high": 43.38,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:58:34.885Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.14
      }
    }
  }
}