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

← Pokémon TCG Classic - Charizard
Voltorb

Voltorb

Common #10 Pokémon Basic HP 40
Types
Lightning
Illustrator
Keiji Kinebuchi
Expansion
Pokémon TCG Classic - Charizard · Other
Language
English
TCGplayer
527945

Attacks

Tackle 10
Colorless
GET /api/v1/pokemon/cards/clc-10vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clc-10vh",
    "name": "Voltorb",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/10vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clc",
      "name": "Pokémon TCG Classic - Charizard",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLC",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527945",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 1.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.2
        },
        {
          "condition": "LP",
          "price": 0.96
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 15.9,
          "low": 15.9,
          "high": 16.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 10.5,
          "low": 10,
          "high": 10.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 14,
          "low": 11.5,
          "high": 23.91,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.02,
          "low": 5.15,
          "high": 6.37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 3,
          "low": 3,
          "high": 4.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 73.73,
          "low": 82.57,
          "high": 111.17,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.99,
          "low": 6.4,
          "high": 16.35,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:35:09.312Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.84
      }
    }
  }
}