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

← BW Black Star Promos
Electrode

Electrode

Promo #BW76 Pokémon Stage 1Team Plasma HP 100
Types
Lightning
Illustrator
5ban Graphics
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
85164

Attacks

Electribeam 20
Lightning

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

Self Destruct 100
Lightning · Colorless · Colorless

This Pokémon does 100 damage to itself.

GET /api/v1/pokemon/cards/bwp-BW76vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW76vh",
    "name": "Electrode",
    "number": "BW76",
    "printed_number": "BW76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW76vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW76vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW76vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp",
      "name": "BW Black Star Promos",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PR-BLW",
      "printed_total": 101,
      "release_date": "2011/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85164",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW76vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW76vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW76vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Team Plasma"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electribeam",
        "text": "Flip a coin. If heads, the Defending Pokémon is Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Self Destruct",
        "text": "This Pokémon does 100 damage to itself.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 15.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.96
        },
        {
          "condition": "MP",
          "price": 10.56
        },
        {
          "condition": "HP",
          "price": 8.41
        },
        {
          "condition": "DMG",
          "price": 7
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 95,
          "low": 80.75,
          "high": 109.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.05
      }
    }
  }
}