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 Zekrom

N's Zekrom

Rare #155 Pokémon Basic HP 130
Types
Dragon
Illustrator
AKIRA EGAWA
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675967

Attacks

Shred 70
Colorless · Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Rampaging Thunder 250
Fire · Lightning · Lightning · Colorless

During your next turn, this Pokémon can't use attacks.

GET /api/v1/pokemon/cards/me2pt5-155vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-155vh",
    "name": "N's Zekrom",
    "number": "155",
    "printed_number": "155",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/155vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/155vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/155vh.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": "675967",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/155vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/155vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/155vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "70"
      },
      {
        "cost": [
          "Fire",
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rampaging Thunder",
        "text": "During your next turn, this Pokémon can't use attacks.",
        "damage": "250"
      }
    ],
    "rarity": "Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 61.06,
          "low": 51.9,
          "high": 70.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 7.99,
          "low": 7.99,
          "high": 7.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 375,
          "low": 330,
          "high": 420,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 296.13,
          "low": 251.71,
          "high": 340.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:54:44.651Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.69
      }
    }
  }
}