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

← Secret Wonders
Electivire

Electivire

Rare #25 Pokémon Stage 1 HP 100
Types
Lightning
Illustrator
Kouki Saitou
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
85122

Attacks

Discharge 50
Lightning · Colorless · Colorless

Discard all Lightning Energy attached to Electivire. Flip a coin for each Lightning Energy you discarded. This attack does 50 damage times the number of heads.

GET /api/v1/pokemon/cards/dp3-25vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-25vrh",
    "name": "Electivire",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/25vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/25vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/25vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85122",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/25vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/25vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/25vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Motor Drive",
        "text": "Once during your turn (before your attack), you may search your discard pile for a Lightning Energy card and attach it to Electivire. This power can't be used if Electivire is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Discharge",
        "text": "Discard all Lightning Energy attached to Electivire. Flip a coin for each Lightning Energy you discarded. This attack does 50 damage times the number of heads.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 7.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.11
        },
        {
          "condition": "LP",
          "price": 1.96
        },
        {
          "condition": "MP",
          "price": 1.92
        },
        {
          "condition": "HP",
          "price": 1.07
        },
        {
          "condition": "DMG",
          "price": 0.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "1",
          "value": 11.5,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.5,
          "low": 33.57,
          "high": 45.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.01
      }
    }
  }
}