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

← Sun & Moon Promos
Mimikyu

Mimikyu

Promo #264 Pokémon Basic HP 70
Types
Psychic
Illustrator
Megumi Mizutani
Expansion
Sun & Moon Promos · Sun & Moon
Language
Japanese
TCGplayer

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/smp_ja-264?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp_ja-264",
    "name": "Mimikyu",
    "number": "264",
    "printed_number": "264",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/264.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/264.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/264.large.webp"
      }
    ],
    "expansion": {
      "id": "smp_ja",
      "name": "Sun & Moon Promos",
      "total": 409,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "printed_total": 409,
      "release_date": "2016/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sun & Moon Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/264.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/264.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/264.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": "Promo",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 47.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 47.7
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 183.5,
          "low": 155.98,
          "high": 211.02,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:07:15.665Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}