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

← SM Trainer Kit Lycanroc
Lycanroc

Lycanroc

Common #30 Pokémon Stage 1 HP 110
Types
Fighting
Illustrator
5ban Graphics
Expansion
SM Trainer Kit Lycanroc · Sun & Moon
Language
English
TCGplayer
152838

Attacks

Bite 20
Colorless · Colorless
Claw Slash 80
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/tk10a-30vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10a-30vh",
    "name": "Lycanroc",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10a",
      "name": "SM Trainer Kit Lycanroc",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152838",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Claw Slash",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.52
        },
        {
          "condition": "LP",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.29
        },
        {
          "condition": "HP",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:40:57.104Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.96
      }
    }
  }
}