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

← Obsidian Flames
Lycanroc

Lycanroc

Uncommon #117 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
Mitsuhiro Arita
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509865

Attacks

Finishing Fang 90
Fighting

If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing.

Slashing Claw 100
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/sv3-117?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-117",
    "name": "Lycanroc",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/117.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/117.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/117.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509865",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/117.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/117.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/117.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Finishing Fang",
        "text": "If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing.",
        "damage": "90"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slashing Claw",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.39,
          "low": 17.33,
          "high": 23.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:40:49.313Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.75
      }
    }
  }
}