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

← Team Magma vs Team Aqua
Team Aqua's Electrike

Team Aqua's Electrike

Common #53 Pokémon Basic HP 50
Types
Lightning
Illustrator
M. Akiyama
Expansion
Team Magma vs Team Aqua · EX
Language
English
TCGplayer
89787

Attacks

Self Charge
Colorless

Attach an Energy card from your hand to Team Aqua's Electrike.

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/ex4-53?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex4-53",
    "name": "Team Aqua's Electrike",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53.large.webp"
      }
    ],
    "expansion": {
      "id": "ex4",
      "name": "Team Magma vs Team Aqua",
      "total": 97,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "MA",
      "printed_total": 95,
      "release_date": "2004/03/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89787",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Self Charge",
        "text": "Attach an Energy card from your hand to Team Aqua's Electrike."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "M. Akiyama",
    "pricing": {
      "currency": "USD",
      "market": 0.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.77
        },
        {
          "condition": "MP",
          "price": 0.51
        },
        {
          "condition": "HP",
          "price": 0.64
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:34:54.253Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.23
      }
    }
  }
}