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

← Plasma Storm
Galvantula

Galvantula

Uncommon #51 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
Hajime Kusajima
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
85613

Attacks

Discharge 30
Lightning

Discard all Lightning Energy attached to this Pokémon. This attack does 30 damage times the number of Energy cards you discarded.

Signal Beam 30
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/bw8-51vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-51vrh",
    "name": "Galvantula",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/51vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/51vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/51vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85613",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/51vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/51vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/51vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Discharge",
        "text": "Discard all Lightning Energy attached to this Pokémon. This attack does 30 damage times the number of Energy cards you discarded.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Signal Beam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 2.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.7
        },
        {
          "condition": "LP",
          "price": 1.79
        },
        {
          "condition": "MP",
          "price": 1.46
        },
        {
          "condition": "HP",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}