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

← Plasma Storm
Mamoswine

Mamoswine

Rare #28 Pokémon Stage 2 HP 150
Types
Water
Illustrator
match
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
87141

Attacks

Frost Stone 50
Water · Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed.

Continuous Headbutt 90
Water · Water · Colorless · Colorless

Flip a coin until you get tails. This attack does 90 damage times the number of heads.

GET /api/v1/pokemon/cards/bw8-28vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-28vrh",
    "name": "Mamoswine",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/28vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/28vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/28vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87141",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/28vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/28vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/28vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Frost Stone",
        "text": "Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed.",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Continuous Headbutt",
        "text": "Flip a coin until you get tails. This attack does 90 damage times the number of heads.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 6.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.37
        },
        {
          "condition": "LP",
          "price": 2.74
        },
        {
          "condition": "MP",
          "price": 2.75
        },
        {
          "condition": "HP",
          "price": 1.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:21:20.091Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}