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

← Champion Road
Mr. Mime-GX

Mr. Mime-GX

Double Rare #25 Pokémon BasicGX HP 150
Types
Psychic
Illustrator
5ban Graphics
Expansion
Champion Road · Sun & Moon
Language
Japanese
TCGplayer

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/sm6b_ja-25vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6b_ja-25vh",
    "name": "Mr. Mime-GX",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/25vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/25vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/25vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6b_ja",
      "name": "Champion Road",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6b",
      "printed_total": 66,
      "release_date": "2018/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Champion Road"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/25vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/25vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/25vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Magic Evens",
        "text": "Prevent all damage done to this Pokémon by your opponent's attacks if that damage is exactly 20, 40, 60, 80, 100, 120, 140, 160, 180, 200, 220, 240, or 260.",
        "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": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 66,
          "low": 66,
          "high": 66,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:02:07.680Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.93
      }
    }
  }
}