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

← Night Unison
Marshadow

Marshadow

Rare #20 Pokémon Basic HP 80
Types
Psychic
Illustrator
chibi
Expansion
Night Unison · Sun & Moon
Language
Japanese
TCGplayer
574391

Attacks

Red Knuckles 10+
Colorless

If your opponent's Active Pokémon is an Ultra Beast, this attack does 60 more damage.

GET /api/v1/pokemon/cards/sm9a_ja-20vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9a_ja-20vh",
    "name": "Marshadow",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/20vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/20vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/20vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9a_ja",
      "name": "Night Unison",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9a",
      "printed_total": 55,
      "release_date": "2019/01/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Unison"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574391",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/20vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/20vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/20vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Resetting Hole",
        "text": "Once during your turn (before your attack), if this Pokémon is on your Bench, you may discard any Stadium card in play. If you do, discard this Pokémon and all cards attached to it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Red Knuckles",
        "text": "If your opponent's Active Pokémon is an Ultra Beast, this attack does 60 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "chibi",
    "pricing": {
      "currency": "USD",
      "market": 2.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.44
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 45,
          "low": 45,
          "high": 119.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 193,
          "low": 48.49,
          "high": 310.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T02:47:16.499Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25.77
      }
    }
  }
}