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

← Pitch Black
Malamar

Malamar

Uncommon #52 Pokémon Stage 1 HP 120
Types
Darkness
Illustrator
Naoki Saito
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704809

Attacks

Perplex
Darkness

Your opponent's Active Pokémon is now Confused.

Brain Crush 130
Darkness

If your opponent's Active Pokémon isn't Confused, this attack does nothing.

GET /api/v1/pokemon/cards/me5-52vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-52vrh",
    "name": "Malamar",
    "number": "52",
    "printed_number": "52",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-52vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-52vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-52vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704809",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-52vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-52vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-52vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Perplex",
        "text": "Your opponent's Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Brain Crush",
        "text": "If your opponent's Active Pokémon isn't Confused, this attack does nothing.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.55
      }
    }
  }
}