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

← HS—Triumphant
Elekid

Elekid

Rare #21 Pokémon Basic HP 30
Types
Lightning
Illustrator
TOKIYA
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
85172

Attacks

Sparking Ball

Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance. Elekid is now Asleep.

GET /api/v1/pokemon/cards/hgss4-21?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-21",
    "name": "Elekid",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/21.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85172",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Sweet Sleeping Face",
        "text": "As long as Elekid is Asleep, prevent all damage done to Elekid by attacks.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Sparking Ball",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance. Elekid is now Asleep."
      }
    ],
    "rarity": "Rare",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 3.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.28
        },
        {
          "condition": "LP",
          "price": 2.14
        },
        {
          "condition": "MP",
          "price": 1.86
        },
        {
          "condition": "HP",
          "price": 1.16
        },
        {
          "condition": "DMG",
          "price": 1.21
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.5,
          "low": 22.53,
          "high": 30.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:15:00.976Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.31
      }
    }
  }
}