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

← Burning Shadows
Mudsdale

Mudsdale

Rare #78 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
TOKIYA
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138564

Attacks

Kick Away 60
Colorless · Colorless · Colorless

Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.

Vigorous Dash 130
Fighting · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/sm3-78?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-78",
    "name": "Mudsdale",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/78.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/78.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/78.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138564",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/78.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/78.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/78.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Kick Away",
        "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Vigorous Dash",
        "text": "This Pokémon does 30 damage to itself. This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}