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

← Mysterious Treasures
Mr. Mime

Mr. Mime

Rare #30 Pokémon Basic HP 70
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
87592

Attacks

Trick Play
Psychic · Colorless

Put a coin next to your Active Pokémon without showing your opponent and cover it with your hand. Your opponent guesses if the coin is heads or tails. If he or she is wrong, this attack does 50 damage to the Defending Pokémon. If he or she is right, Mr. Mime does 20 damage to itself, and this attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/dp2-30?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-30",
    "name": "Mr. Mime",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/30.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87592",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Airy Wall",
        "text": "If your opponent's Pokémon that has 2 or less Energy cards attached to it attacks Mr. Mime, prevent all damage done to Mr. Mime from that attack. If Mime Jr. is anywhere under Mr. Mime, prevent all effects of that attack, including damage, done to Mr. Mime.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Trick Play",
        "text": "Put a coin next to your Active Pokémon without showing your opponent and cover it with your hand. Your opponent guesses if the coin is heads or tails. If he or she is wrong, this attack does 50 damage to the Defending Pokémon. If he or she is right, Mr. Mime does 20 damage to itself, and this attack's damage isn't affected by Weakness or Resistance."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.35
        },
        {
          "condition": "LP",
          "price": 1.07
        },
        {
          "condition": "MP",
          "price": 1.14
        },
        {
          "condition": "HP",
          "price": 0.99
        },
        {
          "condition": "DMG",
          "price": 0.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:39.295Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.98
      }
    }
  }
}