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

← Ascended Heroes
N's Zoroark ex

N's Zoroark ex

Double Rare #137 Pokémon Stage 1ex HP 280
Types
Darkness
Illustrator
takuyoa
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675949

Attacks

Night Joker
Darkness · Darkness

Choose 1 of your Benched N's Pokémon's attacks and use it as this attack.

GET /api/v1/pokemon/cards/me2pt5-137vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-137vh",
    "name": "N's Zoroark ex",
    "number": "137",
    "printed_number": "137",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/137vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/137vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/137vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675949",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/137vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/137vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/137vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "280",
    "abilities": [
      {
        "name": "Trade",
        "text": "You must discard a card from your hand in order to use this Ability. Once during your turn, you may draw 2 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Night Joker",
        "text": "Choose 1 of your Benched N's Pokémon's attacks and use it as this attack."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 1.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.01
        },
        {
          "condition": "MP",
          "price": 0.88
        },
        {
          "condition": "HP",
          "price": 0.55
        },
        {
          "condition": "DMG",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 54.99,
          "low": 50.99,
          "high": 58.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.52,
          "low": 10.52,
          "high": 10.52,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 4.25,
          "low": 4.25,
          "high": 4.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:44:22.307Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.48
      }
    }
  }
}