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

← Facing a New Trial
Lycanroc-GX

Lycanroc-GX

Super Rare #54 Pokémon Stage 1GX HP 200
Types
Fighting
Illustrator
5ban Graphics
Expansion
Facing a New Trial · Sun & Moon
Language
Japanese
TCGplayer
573835

Attacks

Crunch 30
Fighting · Colorless

Discard an Energy from your opponent's Active Pokémon.

Accelerock 120
Fighting · Fighting · Colorless
Lycanfang-GX 200
Fighting · Fighting · Colorless

Discard 2 Energy from this Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm2p_ja-54vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2p_ja-54vh",
    "name": "Lycanroc-GX",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/54vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/54vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/54vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2p_ja",
      "name": "Facing a New Trial",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2+",
      "printed_total": 49,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Facing a New Trial"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573835",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/54vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/54vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/54vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Crunch",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Accelerock",
        "damage": "120"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Lycanfang-GX",
        "text": "Discard 2 Energy from this Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 19.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.08
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:26:34.715Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.15
      }
    }
  }
}