Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Glory of Team Rocket
Team Rocket's Mimikyu

Team Rocket's Mimikyu

Non #42 Pokémon Basic
Types
Psychic
Illustrator
DOM
Expansion
Glory of Team Rocket · Scarlet & Violet
Language
Japanese
TCGplayer
628683

Attacks

Gemstone Play
Psychic · Colorless

Choose 1 of your opponent's Active Tera Pokémon's attacks and use it as this attack.

GET /api/v1/pokemon/cards/sv10_ja-42?include=prices 200 122ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10_ja-42",
    "name": "Team Rocket's Mimikyu",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/42.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/42.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/42.large.png"
      }
    ],
    "expansion": {
      "id": "sv10_ja",
      "name": "Glory of Team Rocket",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV10",
      "printed_total": 98,
      "release_date": "2025/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Glory of Team Rocket"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "628683",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/42.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/42.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/42.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gemstone Play",
        "text": "Choose 1 of your opponent's Active Tera Pokémon's attacks and use it as this attack."
      }
    ],
    "rarity": "Non",
    "artist": "DOM",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 23.79,
          "low": 20.22,
          "high": 27.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 30.63,
          "low": 16.8,
          "high": 35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.15,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-29T15:51:11.427Z",
      "trend_7d": {
        "direction": "down",
        "percent": -50
      }
    }
  }
}