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

← Scarlet & Violet Promos
Mimikyu

Mimikyu

Promo #156 Pokémon Basic HP 70
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Scarlet & Violet Promos · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Ghost Eye
Psychic · Colorless

Put 7 damage counters on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/svp_ja-156?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp_ja-156",
    "name": "Mimikyu",
    "number": "156",
    "printed_number": "156",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/156.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/156.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/156.large.webp"
      }
    ],
    "expansion": {
      "id": "svp_ja",
      "name": "Scarlet & Violet Promos",
      "total": 303,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "PROMO",
      "printed_total": 303,
      "release_date": "2022/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet & Violet 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/svp_ja/156.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/156.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/156.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Safeguard",
        "text": "Prevent all damage done to this Pokémon by attacks from your opponent's Pokémon ex and Pokémon V.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ghost Eye",
        "text": "Put 7 damage counters on your opponent's Active Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.93
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 54.5,
          "low": 40,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 106.25,
          "low": 175,
          "high": 175,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 61,
          "low": 61,
          "high": 61,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-17T03:37:18.631Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.52
      }
    }
  }
}