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

← Tidal Storm
Eelektrik

Eelektrik

usually #37 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
match
Expansion
Tidal Storm · XY
Language
Japanese
TCGplayer
603741

Attacks

Gnaw 20
Colorless · Colorless
Buzz Flip 30×
Lightning · Lightning · Colorless

Flip 4 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/xy5t_ja-37?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5t_ja-37",
    "name": "Eelektrik",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/37.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5t_ja",
      "name": "Tidal Storm",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY5",
      "printed_total": 70,
      "release_date": "2014/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Tidal Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603741",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gnaw",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Buzz Flip",
        "text": "Flip 4 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:20:11.342Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}