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

← Battle Styles
Galarian Mr. Rime

Galarian Mr. Rime

Rare #35 Pokémon Stage 1 HP 110
Types
Water
Illustrator
HYOGONOSUKE
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer
234166

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/swsh5-35?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-35",
    "name": "Galarian Mr. Rime",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/35.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5",
      "name": "Battle Styles",
      "total": 183,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BST",
      "printed_total": 163,
      "release_date": "2021/03/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "234166",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/35.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": "Rare",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:26:10.361Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.17
      }
    }
  }
}