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-GX

Mr. Mime-GX

Rare Holo GX #67 Pokémon BasicGX HP 150
Types
Psychic
Illustrator
5ban Graphics
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183845

Attacks

Breakdown
Psychic · Colorless

For each card in your opponent's hand, put 1 damage counter on their Active Pokémon.

Life Trick-GX
Colorless

Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm9-67vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-67vh",
    "name": "Mr. Mime-GX",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/67vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/67vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/67vh.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": "183845",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/67vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/67vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/67vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Magic Odds",
        "text": "Prevent all damage done to this Pokémon by your opponent's attacks if that damage is exactly 10, 30, 50, 70, 90, 110, 130, 150, 170, 190, 210, 230, or 250.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Breakdown",
        "text": "For each card in your opponent's hand, put 1 damage counter on their Active Pokémon."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Life Trick-GX",
        "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "rarity": "Rare Holo GX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.85
        },
        {
          "condition": "LP",
          "price": 4.59
        },
        {
          "condition": "MP",
          "price": 2.51
        },
        {
          "condition": "HP",
          "price": 2.23
        },
        {
          "condition": "DMG",
          "price": 1.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 18,
          "high": 20.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 56.38,
          "low": 55,
          "high": 55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 20,
          "high": 22.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.38,
          "low": 16,
          "high": 26.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.21
      }
    }
  }
}