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

← Team Up
Mr. Mime

Mr. Mime

Rare #66 Pokémon Basic HP 80
Types
Psychic
Illustrator
Atsuko Nishida
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183844

Attacks

Psy Bolt 20
Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/sm9-66?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-66",
    "name": "Mr. Mime",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/66.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/66.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/66.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183844",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/66.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/66.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/66.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Scoop-Up Block",
        "text": "Your opponent's Pokémon that have any damage counters on them, and any cards attached to those Pokémon, can't be put into your opponent's hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psy Bolt",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.49
        },
        {
          "condition": "LP",
          "price": 0.45
        },
        {
          "condition": "MP",
          "price": 0.33
        },
        {
          "condition": "HP",
          "price": 0.22
        },
        {
          "condition": "DMG",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2
      }
    }
  }
}