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

← Call of Legends
Mime Jr.

Mime Jr.

Uncommon #47 Pokémon Basic HP 30
Types
Psychic
Illustrator
Noriko Hotta
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
87472

Attacks

Sleepy Lost

Put the top card of your opponent's deck in the Lost Zone. Mime Jr. is now Asleep.

GET /api/v1/pokemon/cards/col1-47?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-47",
    "name": "Mime Jr.",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/47.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87472",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Sweet Sleeping Face",
        "text": "As long as Mime Jr. is Asleep, prevent all damage done to Mime Jr. by attacks.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Sleepy Lost",
        "text": "Put the top card of your opponent's deck in the Lost Zone. Mime Jr. is now Asleep."
      }
    ],
    "rarity": "Uncommon",
    "artist": "Noriko Hotta",
    "pricing": {
      "currency": "USD",
      "market": 1.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.38
        },
        {
          "condition": "LP",
          "price": 1.11
        },
        {
          "condition": "MP",
          "price": 0.71
        },
        {
          "condition": "HP",
          "price": 0.56
        },
        {
          "condition": "DMG",
          "price": 0.72
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 188.5,
          "low": 160.23,
          "high": 216.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19.72,
          "low": 17.1,
          "high": 33.89,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.43
      }
    }
  }
}