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

← Dark Order
Emolga

Emolga

usually #9 Pokémon Basic HP 60
Types
Lightning
Illustrator
Megumi Mizutani
Expansion
Dark Order · Sun & Moon
Language
Japanese
TCGplayer
573409

Attacks

Nuzzle
Lightning

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/sm8a_ja-9?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8a_ja-9",
    "name": "Emolga",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/9.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8a_ja",
      "name": "Dark Order",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8a",
      "printed_total": 52,
      "release_date": "2018/10/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Order"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573409",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Nuzzly Gathering",
        "text": "Once during your turn (before your attack), you may search your deck for a Pokémon that has the Nuzzle attack, reveal it, and put it into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Nuzzle",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.5
        },
        {
          "condition": "LP",
          "price": 1.45
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:54:33.435Z",
      "trend_7d": {
        "direction": "up",
        "percent": 54.64
      }
    }
  }
}