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

← VMAX Climax
Galarian Mr. Rime

Galarian Mr. Rime

Common #28 Pokémon Stage 1 HP 110
Types
Water
Illustrator
HYOGONOSUKE
Expansion
VMAX Climax · Sword & Shield
Language
Japanese
TCGplayer
571281

Attacks

Ball Juggling 10+
Colorless · Colorless

Discard any number of Item cards that have the word "Ball" in their name from your hand. This attack does 40 more damage for each card you discarded in this way.

Frost Smash 80
Water · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh8b_ja-28vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8b_ja-28vrh",
    "name": "Galarian Mr. Rime",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/28vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/28vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/28vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8b_ja",
      "name": "VMAX Climax",
      "total": 293,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8b",
      "printed_total": 184,
      "release_date": "2021/12/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Climax"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571281",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/28vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/28vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/28vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ball Juggling",
        "text": "Discard any number of Item cards that have the word \"Ball\" in their name from your hand. This attack does 40 more damage for each card you discarded in this way.",
        "damage": "10+"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Frost Smash",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T05:49:19.603Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}