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

← SM Black Star Promos
Mudsdale (Staff Stamp)

Mudsdale (Staff Stamp)

Promo #SM20 Pokémon Stage 1 HP 140
Types
Fighting
Illustrator
Mitsuhiro Arita
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
131086

Attacks

Enhanced Stomp 60+
Fighting · Fighting · Colorless

If this Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage.

High Horsepower 180
Fighting · Fighting · Fighting · Colorless

This Pokémon does 40 damage to itself.

GET /api/v1/pokemon/cards/smp-SM20vs?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM20vs",
    "name": "Mudsdale (Staff Stamp)",
    "number": "SM20",
    "printed_number": "SM20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM20vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM20vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM20vs.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131086",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM20vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM20vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM20vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Enhanced Stomp",
        "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage.",
        "damage": "60+"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "High Horsepower",
        "text": "This Pokémon does 40 damage to itself.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 46.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 46.68
        },
        {
          "condition": "LP",
          "price": 39.95
        },
        {
          "condition": "MP",
          "price": 10
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T17:54:06.632Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}