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

← Collect 151 Journey
Electrode

Electrode

None #165/151 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Masakazu Fukuda
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Bang Boom Chain 20
Colorless

Before doing damage, you may discard any number of Pokémon Tools from your Pokémon. This attack does 40 more damage for each card you discarded in this way.

Electro Ball 70
Colorless · Colorless
GET /api/v1/pokemon/cards/c151j-165?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-165",
    "name": "Electrode",
    "number": "165/151",
    "printed_number": "165/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-165.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-165.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-165.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-165.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-165.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-165.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bang Boom Chain",
        "text": "Before doing damage, you may discard any number of Pokémon Tools from your Pokémon. This attack does 40 more damage for each card you discarded in this way.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Electro Ball",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.53,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 57,
          "low": 56,
          "high": 58,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.5,
          "low": 26,
          "high": 27,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.81,
          "low": 42.74,
          "high": 43.68,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 26.5,
          "low": 26,
          "high": 27,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:34:11.626Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.92
      }
    }
  }
}