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 Battle Boost
Mimikyu

Mimikyu

Common #43 Pokémon Basic HP 70
Types
Psychic
Illustrator
Megumi Mizutani
Expansion
GX Battle Boost · Sun & Moon
Language
Japanese
TCGplayer
574288

Attacks

Filch
Colorless

Draw 2 cards.

Copycat
Psychic · 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/sm4p_ja-43vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4p_ja-43vrh",
    "name": "Mimikyu",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/43vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/43vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/43vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4p_ja",
      "name": "GX Battle Boost",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4+",
      "printed_total": 114,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574288",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/43vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/43vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/43vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Filch",
        "text": "Draw 2 cards."
      },
      {
        "cost": [
          "Psychic",
          "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": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 10,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10
        },
        {
          "condition": "MP",
          "price": 8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 209.96,
          "low": 199.97,
          "high": 219.96,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 194.36,
          "low": 153.99,
          "high": 186,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.68,
          "low": 24.5,
          "high": 24.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:15:04.893Z",
      "trend_7d": {
        "direction": "down",
        "percent": -54.55
      }
    }
  }
}