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

← Destined Rivals
Electivire ex

Electivire ex

Double Rare #69 Pokémon Stage 1ex HP 280
Types
Lightning
Illustrator
PLANETA Mochizuki
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632882

Attacks

Dual Bolt
Lightning · Colorless

This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

High-Voltage Press 180+
Lightning · Lightning · Colorless

If this Pokémon has at least 2 extra Energy attached (in addition to this attack's cost), this attack does 100 more damage.

GET /api/v1/pokemon/cards/sv10-69vh?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-69vh",
    "name": "Electivire ex",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/69vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/69vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/69vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632882",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/69vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/69vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/69vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "280",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dual Bolt",
        "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "High-Voltage Press",
        "text": "If this Pokémon has at least 2 extra Energy attached (in addition to this attack's cost), this attack does 100 more damage.",
        "damage": "180+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 0.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.66
        },
        {
          "condition": "LP",
          "price": 0.64
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.25,
          "low": 7,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.59,
          "low": 7.3,
          "high": 9.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.28,
          "low": 29.08,
          "high": 47.63,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.75,
          "low": 14.67,
          "high": 14.67,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.99,
          "low": 17.55,
          "high": 17.91,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 1.99,
          "low": 1.99,
          "high": 1.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:33:09.404Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}