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

← Mega Evolution Black Star Promos
Zarude

Zarude

Promo #88 Pokémon Basic HP 130
Types
Darkness
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer

Attacks

Overhead Throw 30
Darkness

This attack also does 30 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Shadowy Whip 100+
Darkness · Darkness · Darkness

If your Benched Pokémon have any Shadowy Darkness Energy attached, this attack does 70 more damage.

GET /api/v1/pokemon/cards/mep-88vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-88vh",
    "name": "Zarude",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-88vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-88vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-88vh.large.png"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-88vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-88vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-88vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Overhead Throw",
        "text": "This attack also does 30 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "Shadowy Whip",
        "text": "If your Benched Pokémon have any Shadowy Darkness Energy attached, this attack does 70 more damage.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T19:38:14.084Z"
    }
  }
}