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

← Shiny Star V
Galarian Mr. Mime

Galarian Mr. Mime

Common #29 Pokémon Basic HP 80
Types
Water
Illustrator
Misa Tsutsui
Expansion
Shiny Star V · Sword & Shield
Language
Japanese
TCGplayer
570944

Attacks

Reflect
Water

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Icy Snow 30
Colorless · Colorless
GET /api/v1/pokemon/cards/swsh4a_ja-29?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4a_ja-29",
    "name": "Galarian Mr. Mime",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-29.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4a_ja",
      "name": "Shiny Star V",
      "total": 330,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4a",
      "printed_total": 190,
      "release_date": "2020/11/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Star V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570944",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Reflect",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Icy Snow",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.08
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:09:03.251Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.69
      }
    }
  }
}