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

← GX Ultra Shiny
Mimikyu

Mimikyu

Common #95 Pokémon Basic HP 70
Types
Fairy
Illustrator
Eri Yamaki
Expansion
GX Ultra Shiny · Sun & Moon
Language
Japanese
TCGplayer
574714

Attacks

Filch
Colorless

Draw 2 cards.

Copycat
Fairy · Colorless

If your opponent's Pokémon used an attack that isn't a GX attack during their last turn, use it as this attack.

GET /api/v1/pokemon/cards/sm8b_ja-95?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8b_ja-95",
    "name": "Mimikyu",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8b_ja",
      "name": "GX Ultra Shiny",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8b",
      "printed_total": 150,
      "release_date": "2018/11/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Ultra Shiny"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574714",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Filch",
        "text": "Draw 2 cards."
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Copycat",
        "text": "If your opponent's Pokémon used an attack that isn't a GX attack during their last turn, use it as this attack."
      }
    ],
    "rarity": "Common",
    "artist": "Eri Yamaki",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 79.95,
          "low": 67.96,
          "high": 91.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 80.5,
          "low": 71.44,
          "high": 257.26,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.5,
          "low": 17,
          "high": 18,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:03:24.887Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.93
      }
    }
  }
}