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

← Boundaries Crossed
Electrode

Electrode

Uncommon #52 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
Ken Sugimori
Expansion
Boundaries Crossed · Black & White
Language
English
TCGplayer
85161

Attacks

Static Shock 20
Colorless
Electro Ball 60
Lightning · Colorless · Colorless
GET /api/v1/pokemon/cards/bw7-52?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7-52",
    "name": "Electrode",
    "number": "52",
    "printed_number": "52",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/52.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/52.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/52.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7",
      "name": "Boundaries Crossed",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BCR",
      "printed_total": 149,
      "release_date": "2012/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85161",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/52.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/52.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/52.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Static Shock",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electro Ball",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.07
        },
        {
          "condition": "HP",
          "price": 0.06
        },
        {
          "condition": "DMG",
          "price": 0.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:47:48.827Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}