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

← The Town on No Map
Voltorb

Voltorb

usually #33 Pokémon Basic HP 40
Types
Lightning
Illustrator
Keiji Kinebuchi
Expansion
The Town on No Map · E-Card
Language
Japanese
TCGplayer
576340

Attacks

Swift 20
Lightning

This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/ecard2_ja-33?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2_ja-33",
    "name": "Voltorb",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/33.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2_ja",
      "name": "The Town on No Map",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 92,
      "release_date": "2002/03/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Town on No Map"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576340",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 3.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 97,
          "low": 93.5,
          "high": 108.26,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-07-07T02:57:13.363Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}