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

← Supreme Victors
Mime Jr.

Mime Jr.

Common #115 Pokémon Basic HP 50
Types
Psychic
Illustrator
Miki Tanaka
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
87471

Attacks

Encore
Colorless

Choose 1 of the Defending Pokémon's attacks. That Pokémon can use only that attack during your opponent's next turn.

GET /api/v1/pokemon/cards/pl3-115vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-115vrh",
    "name": "Mime Jr.",
    "number": "115",
    "printed_number": "115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/115vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/115vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/115vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87471",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/115vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/115vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/115vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Baby Evolution",
        "text": "Once during your turn (before your attack), you may put Mr. Mime from your hand onto Mime Jr. (this counts as evolving Mime Jr.) and remove all damage counters from Mime Jr.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Encore",
        "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can use only that attack during your opponent's next turn."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 5.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.74
        },
        {
          "condition": "LP",
          "price": 4.82
        },
        {
          "condition": "MP",
          "price": 5.06
        },
        {
          "condition": "HP",
          "price": 3.49
        },
        {
          "condition": "DMG",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 44.95,
          "low": 38.21,
          "high": 51.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T04:22:25.073Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}