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

← Collection X
Volbeat

Volbeat

usually #3 Pokémon Basic HP 70
Types
Grass
Illustrator
Kanako Eo
Expansion
Collection X · XY
Language
Japanese
TCGplayer
603081

Attacks

Luring Glow
Grass

Switch 1 of your opponent's Benched Pokémon with your opponent's Active Pokémon.

Signal Beam 30
Grass · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/xy1x_ja-3?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1x_ja-3",
    "name": "Volbeat",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1x_ja",
      "name": "Collection X",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603081",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Luring Glow",
        "text": "Switch 1 of your opponent's Benched Pokémon with your opponent's Active Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Signal Beam",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 3.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-23T02:49:09.052Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}