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

← Super-Burst Impact
Lugia-GX

Lugia-GX

Super Rare #100 Pokémon BasicGX HP 190
Types
Colorless
Illustrator
PLANETA Igarashi
Expansion
Super-Burst Impact · Sun & Moon
Language
Japanese
TCGplayer
572979

Attacks

Psychic 30+
Colorless · Colorless · Colorless

This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon.

Pelagic Blade 170
Colorless · Colorless · Colorless · Colorless

This Pokémon can't use Pelagic Blade during your next turn.

Lost Purge-GX
Colorless · Colorless · Colorless

Put your opponent's Active Pokémon and all cards attached to it in the Lost Zone. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm8_ja-100vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8_ja-100vh",
    "name": "Lugia-GX",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/100vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/100vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/100vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8_ja",
      "name": "Super-Burst Impact",
      "total": 111,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8",
      "printed_total": 95,
      "release_date": "2018/09/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super-Burst Impact"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572979",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/100vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/100vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/100vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon.",
        "damage": "30+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Pelagic Blade",
        "text": "This Pokémon can't use Pelagic Blade during your next turn.",
        "damage": "170"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Lost Purge-GX",
        "text": "Put your opponent's Active Pokémon and all cards attached to it in the Lost Zone. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Igarashi",
    "pricing": {
      "currency": "USD",
      "market": 74.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 74.97
        },
        {
          "condition": "LP",
          "price": 68.73
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 88.95,
          "low": 75.61,
          "high": 102.29,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 167.5,
          "low": 141.25,
          "high": 267.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 405,
          "low": 350.5,
          "high": 466.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 66,
          "low": 56.1,
          "high": 75.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 60.9,
          "low": 62,
          "high": 62,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 98.75,
          "low": 73,
          "high": 133.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-22T03:35:42.016Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}