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

← Journey Together
Mamoswine ex (Play Pokemon Stamp)

Mamoswine ex (Play Pokemon Stamp)

Double Rare #79 Pokémon Stage 2ex HP 340
Types
Fighting
Illustrator
Nisota Niso
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
648692
GET /api/v1/pokemon/cards/sv9-79vpp?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-79vpp",
    "name": "Mamoswine ex (Play Pokemon Stamp)",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9-79vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9-79vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9-79vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "648692",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9-79vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9-79vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9-79vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "340",
    "abilities": [
      {
        "name": "Mammoth Hauler",
        "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"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 1.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:03:03.102Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.55
      }
    }
  }
}