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

← Jet-Black Spirit
Malamar

Malamar

Non #33 Pokémon Stage 1Rapid Strike HP 120
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Jet-Black Spirit · Sword & Shield
Language
Japanese
TCGplayer
569261

Attacks

Rapid Strike Tentacles 40×
Psychic

Reveal any amount of Rapid Strike cards in your hand. This attack does 40 damage for each card you revealed in this way. Then, shuffle those cards into your deck.

GET /api/v1/pokemon/cards/swsh6k_ja-33?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6k_ja-33",
    "name": "Malamar",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/33.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6k_ja",
      "name": "Jet-Black Spirit",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6K",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Jet-Black Spirit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569261",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Rapid Strike"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Rapid Strike Tentacles",
        "text": "Reveal any amount of Rapid Strike cards in your hand. This attack does 40 damage for each card you revealed in this way. Then, shuffle those cards into your deck.",
        "damage": "40×"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:52:24.911Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}