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 Battle Boost
Lycanroc-GX

Lycanroc-GX

Double Rare #57 Pokémon Stage 1GX HP 200
Types
Fighting
Illustrator
5ban Graphics
Expansion
GX Battle Boost · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Claw Slash 110
Fighting · Colorless · Colorless
Dangerous Rogue-GX 50×
Fighting · Colorless

This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm4p_ja-57vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4p_ja-57vh",
    "name": "Lycanroc-GX",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/57vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/57vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/57vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4p_ja",
      "name": "GX Battle Boost",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4+",
      "printed_total": 114,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/57vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/57vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/57vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "200",
    "abilities": [
      {
        "name": "Bloodthirsty Eyes",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may switch 1 of your opponent's Benched Pokémon with their Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Claw Slash",
        "damage": "110"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dangerous Rogue-GX",
        "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:02:12.669Z",
      "trend_7d": {
        "direction": "down",
        "percent": -21.6
      }
    }
  }
}