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
Mr. Mime

Mr. Mime

Rare #37 Pokémon Basic HP 70
Types
Psychic
Illustrator
Kouki Saitou
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
87593

Attacks

Desperate Slap 20
Psychic · Colorless

If Mr. Mime already has 5 or more damage counters on it, this attack does 20 damage plus 40 more damage.

GET /api/v1/pokemon/cards/pl3-37?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-37",
    "name": "Mr. Mime",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/37.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": "87593",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Focus Wall",
        "text": "If Mr. Mime would be Knocked Out by damage from an attack that does 70 or more damage (after applying Weakness and Resistance), Mr. Mime is not Knocked Out and its remaining HP becomes 10 instead.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Desperate Slap",
        "text": "If Mr. Mime already has 5 or more damage counters on it, this attack does 20 damage plus 40 more damage.",
        "damage": "20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 4.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.01
        },
        {
          "condition": "LP",
          "price": 0.9
        },
        {
          "condition": "MP",
          "price": 0.95
        },
        {
          "condition": "HP",
          "price": 1.17
        },
        {
          "condition": "DMG",
          "price": 0.84
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 26.55,
          "low": 22.57,
          "high": 30.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.16
      }
    }
  }
}