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

← Crimson Invasion
Emolga

Emolga

Uncommon #35 Pokémon Basic HP 60
Types
Lightning
Illustrator
Kagemaru Himeno
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149058

Attacks

Energy Catch
Colorless

Put 3 basic Energy cards from your discard pile into your hand.

Volt Switch 30
Lightning

Switch this Pokémon with 1 of your Benched Lightning Pokémon.

GET /api/v1/pokemon/cards/sm4-35?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-35",
    "name": "Emolga",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/35.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149058",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Catch",
        "text": "Put 3 basic Energy cards from your discard pile into your hand."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Volt Switch",
        "text": "Switch this Pokémon with 1 of your Benched Lightning Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.07
        },
        {
          "condition": "HP",
          "price": 0.09
        },
        {
          "condition": "DMG",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:11.071Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}