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 Partners
Mamoswine ex

Mamoswine ex

Super Rare #116 Pokémon Stage 2ex HP 340
Types
Fighting
Illustrator
N-DESIGN Inc.
Expansion
Battle Partners · Scarlet & Violet
Language
Japanese
TCGplayer
614992

Attacks

Booming March 180+
Fighting · Fighting

This attack does 40 more damage for each of your Benched Stage 2 Pokémon.

GET /api/v1/pokemon/cards/sv9_ja-116vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9_ja-116vh",
    "name": "Mamoswine ex",
    "number": "116",
    "printed_number": "116",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/116vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/116vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/116vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9_ja",
      "name": "Battle Partners",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV9",
      "printed_total": 100,
      "release_date": "2025/01/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Partners"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "614992",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/116vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/116vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/116vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "340",
    "abilities": [
      {
        "name": "Mammoth Carrying",
        "text": "Once during your turn, you may search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Booming March",
        "text": "This attack does 40 more damage for each of your Benched Stage 2 Pokémon.",
        "damage": "180+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.99
        },
        {
          "condition": "LP",
          "price": 0.96
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.99,
          "low": 15,
          "high": 26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 4.25,
          "low": 4.25,
          "high": 4.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.13,
          "low": 6.81,
          "high": 6.81,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 23.2,
          "high": 43.19,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:56:00.802Z",
      "trend_7d": {
        "direction": "down",
        "percent": -43.43
      }
    }
  }
}