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

← Forbidden Light
Lycanroc

Lycanroc

Rare #53 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
Megumi Mizutani
Expansion
Forbidden Light · Sun & Moon
Language
Japanese
TCGplayer
574049

Attacks

Dangerous Rogue 20+
Fighting · Colorless

This attack does 20 more damage for each of your opponent's Benched Pokémon.

Accelerock 100
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/sm6_ja-53vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6_ja-53vh",
    "name": "Lycanroc",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/53vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/53vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/53vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6_ja",
      "name": "Forbidden Light",
      "total": 110,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6",
      "printed_total": 94,
      "release_date": "2018/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Forbidden Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574049",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/53vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/53vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/53vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dangerous Rogue",
        "text": "This attack does 20 more damage for each of your opponent's Benched Pokémon.",
        "damage": "20+"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Accelerock",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "TAG",
          "grade": "10",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:31:04.315Z",
      "trend_7d": {
        "direction": "down",
        "percent": -80.93
      }
    }
  }
}