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

← Rising Rivals
Mamoswine GL

Mamoswine GL

Rare #27 Pokémon BasicSP HP 100
Types
Water
Illustrator
Atsuko Nishida
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
87142

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/pl2-27?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-27",
    "name": "Mamoswine GL",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/27.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87142",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/27.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": 2.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.33
        },
        {
          "condition": "LP",
          "price": 1.78
        },
        {
          "condition": "MP",
          "price": 1.29
        },
        {
          "condition": "HP",
          "price": 1.58
        },
        {
          "condition": "DMG",
          "price": 1.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 31.95,
          "low": 27.16,
          "high": 36.74,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.43
      }
    }
  }
}