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

← Astral Radiance
Hisuian Voltorb

Hisuian Voltorb

Common #2 Pokémon Basic HP 50
Types
Grass
Illustrator
nagimiso
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
272202

Attacks

Cheerful Charge

You can use this attack only if you go second, and only during your first turn. Choose up to 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a basic Energy card and attach it to that Pokémon. Then, shuffle your deck.

Ram 10
Grass
GET /api/v1/pokemon/cards/swsh10-2?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-2",
    "name": "Hisuian Voltorb",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/2.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "272202",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Cheerful Charge",
        "text": "You can use this attack only if you go second, and only during your first turn. Choose up to 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a basic Energy card and attach it to that Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Ram",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.77,
          "low": 8.49,
          "high": 8.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:50:29.227Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.29
      }
    }
  }
}