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
Volbeat

Volbeat

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

Attacks

Illumisile
Grass

If you don't have Illumise in play, this attack does nothing. Choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Firefly Light 30
Grass · Colorless · Colorless

The Defending Pokémon is now Burned and Confused.

GET /api/v1/pokemon/cards/ll1_ja-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ll1_ja-5",
    "name": "Volbeat",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/5.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": "608624",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Illumisile",
        "text": "If you don't have Illumise in play, this attack does nothing. Choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Firefly Light",
        "text": "The Defending Pokémon is now Burned and Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T00:03:48.642Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}