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

← Primal Clash
Eelektrik

Eelektrik

Rare #64 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Naoki Saito
Expansion
Primal Clash · XY
Language
English
TCGplayer
95962

Attacks

Thrash 50
Lightning · Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/xy5-64vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-64vrh",
    "name": "Eelektrik",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/64vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/64vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/64vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "95962",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/64vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/64vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/64vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thrash",
        "text": "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.5
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.46
        },
        {
          "condition": "HP",
          "price": 0.45
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.75,
          "low": 30.13,
          "high": 39.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}