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

← Abyss Eye
Zarude

Zarude

Artrea #90 Pokémon Basic
Types
Darkness
Illustrator
IKEDA Saki
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695004

Attacks

Overhead Throw 30
Darkness

This attack also does 30 damage to 1 of your Benched Pokemon.

Shadow Whip 100+
Darkness · Darkness · Darkness

If any of your Benched Pokemon has any Shadowy Darkness Energy attached to them, this attack does 70 more damage.

GET /api/v1/pokemon/cards/m5_ja-90vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-90vh",
    "name": "Zarude",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-90vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-90vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-90vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695004",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-90vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-90vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-90vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Overhead Throw",
        "text": "This attack also does 30 damage to 1 of your Benched Pokemon.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "Shadow Whip",
        "text": "If any of your Benched Pokemon has any Shadowy Darkness Energy attached to them, this attack does 70 more damage.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "草",
        "value": "×2"
      }
    ],
    "rarity": "Artrea",
    "artist": "IKEDA Saki",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.88,
          "low": 11.5,
          "high": 33.44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4.05,
          "low": 3.5,
          "high": 8.65,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 28,
          "low": 24.5,
          "high": 41,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 20,
          "trend": {
            "direction": "down",
            "percent": -22.2
          }
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 13.36,
          "low": 9.65,
          "high": 22.85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.01
      }
    }
  }
}