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
Malamar

Malamar

Rare #30 Pokémon Stage 1 HP 100
Types
Darkness
Illustrator
Yusuke Ohmura
Expansion
Night Unison · Sun & Moon
Language
Japanese
TCGplayer
574401

Attacks

Hypnotic Reign
Darkness

Your opponent reveals their hand. You may discard a Pokémon you find there and use one of that Pokémon's non-GX attacks as this attack.

Dark Pressure 80
Darkness · Colorless · Colorless

Discard the top card of your opponent's deck.

GET /api/v1/pokemon/cards/sm9a_ja-30vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9a_ja-30vh",
    "name": "Malamar",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/30vh.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": "574401",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnotic Reign",
        "text": "Your opponent reveals their hand. You may discard a Pokémon you find there and use one of that Pokémon's non-GX attacks as this attack."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Pressure",
        "text": "Discard the top card of your opponent's deck.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Yusuke Ohmura",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-16T17:32:23.465Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}