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

← Lost Link
Illumise

Illumise

usually #6 Pokémon Basic HP 70
Types
Grass
Illustrator
Kent Kanetsuna
Expansion
Lost Link · LEGEND
Language
Japanese
TCGplayer
608625

Attacks

Sweet Scent
Colorless

Remove 3 damage counters from 1 of your Pokémon.

Vulcan Beat 30×
Grass

Flip a coin for each Volbeat you have in play. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/ll1_ja-6?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ll1_ja-6",
    "name": "Illumise",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/6.large.webp"
      }
    ],
    "expansion": {
      "id": "ll1_ja",
      "name": "Lost Link",
      "total": 40,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "LL",
      "printed_total": 40,
      "release_date": "2010/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ll1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ll1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Link"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608625",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sweet Scent",
        "text": "Remove 3 damage counters from 1 of your Pokémon."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Vulcan Beat",
        "text": "Flip a coin for each Volbeat you have in play. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 0.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.92
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T00:03:48.642Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}