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

← GX Ultra Shiny
Lycanroc-GX

Lycanroc-GX

Secret Super Rare #227 Pokémon Stage 1GX HP 200
Types
Fighting
Illustrator
5ban Graphics
Expansion
GX Ultra Shiny · Sun & Moon
Language
Japanese
TCGplayer
574846

Attacks

Accelerock 120
Fighting · Colorless · Colorless
Splintered Shards-GX 30×
Fighting

This attack does 30 damage for each Energy card in your opponent's discard pile. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm8b_ja-227vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8b_ja-227vh",
    "name": "Lycanroc-GX",
    "number": "227",
    "printed_number": "227",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/227vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/227vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/227vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8b_ja",
      "name": "GX Ultra Shiny",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8b",
      "printed_total": 150,
      "release_date": "2018/11/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Ultra Shiny"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574846",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/227vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/227vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/227vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "200",
    "abilities": [
      {
        "name": "Twilight Eyes",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may discard an Energy attached to your opponent's Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Accelerock",
        "damage": "120"
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Splintered Shards-GX",
        "text": "This attack does 30 damage for each Energy card in your opponent's discard pile. (You can't use more than 1 GX attack in a game.)",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Secret Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 27.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 27.81
        },
        {
          "condition": "LP",
          "price": 18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 31.4,
          "low": 22.8,
          "high": 40,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 110.91,
          "low": 108.25,
          "high": 110.91,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.62,
          "low": 17.5,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:16:32.168Z",
      "trend_7d": {
        "direction": "up",
        "percent": 288.41
      }
    }
  }
}