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

← Bonds to the End of Time
Mamoswine GL

Mamoswine GL

Rare #25 Pokémon BasicSP HP 100
Types
Water
Illustrator
Atsuko Nishida
Expansion
Bonds to the End of Time · Platinum
Language
Japanese
TCGplayer
607192

Attacks

Avalanche 60
Water · Water · Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pt2_ja-25?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt2_ja-25",
    "name": "Mamoswine GL",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/25.large.webp"
      }
    ],
    "expansion": {
      "id": "pt2_ja",
      "name": "Bonds to the End of Time",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT2",
      "printed_total": 90,
      "release_date": "2008/12/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bonds to the End of Time"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607192",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Icy Aura",
        "text": "As long as Mamoswine GL is your Active Pokémon, put 1 damage counter on each Active Pokémon (excluding Water Pokémon) (both yours and your opponent's) between turns.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Avalanche",
        "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 3.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.42
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T04:11:41.171Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}