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

← HS—Triumphant
Illumise

Illumise

Common #64 Pokémon Basic HP 70
Types
Grass
Illustrator
Kent Kanetsuna
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
86268

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/hgss4-64vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-64vrh",
    "name": "Illumise",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/64vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/64vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/64vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86268",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/64vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/64vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/64vrh.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": "Common",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 2.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.85
        },
        {
          "condition": "LP",
          "price": 1.12
        },
        {
          "condition": "MP",
          "price": 0.74
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 69.99,
          "low": 59.49,
          "high": 80.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.95,
          "low": 29.71,
          "high": 40.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-24T05:01:38.628Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}