Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Courage)
Mamoswine

Mamoswine

Uncommon #044/128 Pokémon Stage 2 HP 180
Types
Water
Illustrator
Uta
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Blizzard 80
Colorless · Colorless · Colorless

This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Iceberg Press 170
Colorless · Colorless · Colorless · Colorless

Discard an Energy from this Pokémon. During your opponent's next turn, the Defending Pokémon can't attack.

GET /api/v1/pokemon/cards/bsco-044?include=prices 200 123ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-044",
    "name": "Mamoswine",
    "number": "044/128",
    "printed_number": "044/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-044.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-044.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-044.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-044.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-044.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-044.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blizzard",
        "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Iceberg Press",
        "text": "Discard an Energy from this Pokémon. During your opponent's next turn, the Defending Pokémon can't attack.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Uta",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:44.166Z"
    }
  }
}