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

← Cosmic Eclipse
Mimikyu

Mimikyu

Rare #97 Pokémon Basic HP 70
Types
Psychic
Illustrator
Yuka Morii
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201271

Attacks

Tail Trickery 20
Colorless · Colorless

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

GET /api/v1/pokemon/cards/sm12-97?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-97",
    "name": "Mimikyu",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/97.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/97.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/97.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201271",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/97.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/97.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/97.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Shadow Box",
        "text": "Pokémon-GX that have any damage counters on them (both yours and your opponent's) have no Abilities.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tail Trickery",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
        "damage": "20"
      }
    ],
    "rarity": "Rare",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 2.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.47
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 100,
          "high": 149.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.25,
          "low": 38.5,
          "high": 44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.14
      }
    }
  }
}