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

← Sandstorm
Elekid

Elekid

Uncommon #36 Pokémon Basic HP 40
Types
Lightning
Illustrator
Kouki Saitou
Expansion
Sandstorm · EX
Language
English
TCGplayer
85169

Attacks

Gather Energy
Lightning

Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.

GET /api/v1/pokemon/cards/ex2-36?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex2-36",
    "name": "Elekid",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/36.large.webp"
      }
    ],
    "expansion": {
      "id": "ex2",
      "name": "Sandstorm",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "SS",
      "printed_total": 100,
      "release_date": "2003/09/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85169",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Baby Evolution",
        "text": "Once during your turn (before your attack), you may put Electabuzz from your hand onto Elekid (this counts as evolving Elekid) and remove all damage counters from Elekid.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Gather Energy",
        "text": "Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.02
        },
        {
          "condition": "LP",
          "price": 2.04
        },
        {
          "condition": "MP",
          "price": 1.77
        },
        {
          "condition": "HP",
          "price": 1.35
        },
        {
          "condition": "DMG",
          "price": 1.6
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 47.18,
          "low": 47.18,
          "high": 47.18,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 21,
          "high": 48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 5,
          "high": 10,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:40:03.954Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}