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

← Darkness that Consumes Light
Mudsdale

Mudsdale

Non #32 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
TOKIYA
Expansion
Darkness that Consumes Light · Sun & Moon
Language
Japanese
TCGplayer
573497

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/sm3n_ja-32?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3n_ja-32",
    "name": "Mudsdale",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/32.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/32.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/32.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3n_ja",
      "name": "Darkness that Consumes Light",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3N",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness that Consumes Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573497",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/32.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/32.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/32.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": "Non",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:59:54.613Z",
      "trend_7d": {
        "direction": "up",
        "percent": 59.38
      }
    }
  }
}