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

← Space Juggler
Hisuian Voltorb

Hisuian Voltorb

usually #2 Pokémon Basic HP 50
Types
Grass
Illustrator
nagimiso
Expansion
Space Juggler · Sword & Shield
Language
Japanese
TCGplayer
569845

Attacks

Peppy Charge

You can use this attack only if you go second, and only on 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/swsh10p_ja-2?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10p_ja-2",
    "name": "Hisuian Voltorb",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10p_ja",
      "name": "Space Juggler",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10P",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Juggler"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569845",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Peppy Charge",
        "text": "You can use this attack only if you go second, and only on 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": "usually",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:57:58.600Z",
      "trend_7d": {
        "direction": "down",
        "percent": -21.88
      }
    }
  }
}