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

← Snow Hazard
Mimikyu

Mimikyu

Rare #34 Pokémon Basic HP 70
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Snow Hazard · Scarlet & Violet
Language
Japanese
TCGplayer
567791

Attacks

Ghost Eye
Psychic · Colorless

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

GET /api/v1/pokemon/cards/sv2p_ja-34vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2p_ja-34vh",
    "name": "Mimikyu",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/34vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/34vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/34vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2p_ja",
      "name": "Snow Hazard",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2P",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Snow Hazard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567791",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/34vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/34vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/34vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Safeguard",
        "text": "Prevent all damage done to this Pokémon from attacks by 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": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.92
        },
        {
          "condition": "LP",
          "price": 0.56
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 25.6,
          "low": 21.76,
          "high": 29.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12.75,
          "low": 12.75,
          "high": 12.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:55:39.501Z",
      "trend_7d": {
        "direction": "up",
        "percent": 76.92
      }
    }
  }
}