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

← Storming Emergence (Abundant)
Mimikyu Gx

Mimikyu Gx

Double Rare #093/151 Pokémon Basic HP 170
Types
Fairy
Illustrator
5ban Graphics
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Perplex
Colorless

Your opponent's Active Pokémon is now Confused.

Let's Snuggle & Fall 10
Colorless · Colorless

This attack does 30 more damage for each damage counter on your opponent's Active Pokémon.

Dream Fear-GX
Colorless

Choose 1 of your opponent's Benched Pokémon. Your opponent shuffles that Pokémon and all cards attached to it into their deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sea-093vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-093vh",
    "name": "Mimikyu Gx",
    "number": "093/151",
    "printed_number": "093/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-093vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-093vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-093vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-093vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-093vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-093vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Perplex",
        "text": "Your opponent's Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Let's Snuggle & Fall",
        "text": "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Dream Fear-GX",
        "text": "Choose 1 of your opponent's Benched Pokémon. Your opponent shuffles that Pokémon and all cards attached to it into their deck. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:23.944Z"
    }
  }
}