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

← Crown Zenith
Lycanroc

Lycanroc

Rare #74 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
kodama
Expansion
Crown Zenith · Sword & Shield
Language
English
TCGplayer
478207

Attacks

Midnight Fang 240
Fighting · Colorless

This attack does 80 less damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/swsh12pt5-74vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12pt5-74vrh",
    "name": "Lycanroc",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/74vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/74vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/74vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12pt5",
      "name": "Crown Zenith",
      "total": 160,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRZ",
      "printed_total": 159,
      "release_date": "2023/01/20",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "478207",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/74vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/74vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/74vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Midnight Fang",
        "text": "This attack does 80 less damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "240"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "LP",
          "price": 0.37
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:41:19.686Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.43
      }
    }
  }
}