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

← Nihil Zero
Aurorus

Aurorus

Art Rare #84 Pokémon Stage 2
Types
Water
Illustrator
Masa
Expansion
Nihil Zero · Mega Evolution
Language
Japanese
TCGplayer
674403

Attacks

Freezing Chill 150
Water · Water · Colorless

During your opponent's next turn, the Defending Pokémon can't use attacks.

GET /api/v1/pokemon/cards/m3_ja-84vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m3_ja-84vh",
    "name": "Aurorus",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/84vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/84vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/84vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m3_ja",
      "name": "Nihil Zero",
      "total": 117,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M3",
      "printed_total": 80,
      "release_date": "2026/01/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Nihil Zero"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "674403",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/84vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/84vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/84vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Tundra Wall",
        "text": "Each of your Pokémon that has any Water Energy attached takes 50 less damage from attacks used by your opponent's Pokémon (after applying Weakness and Resistance). The effect of Tundra Wall does not stack.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Freezing Chill",
        "text": "During your opponent's next turn, the Defending Pokémon can't use attacks.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Art Rare",
    "artist": "Masa",
    "pricing": {
      "currency": "USD",
      "market": 2.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.23
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 30.68,
          "low": 23.94,
          "high": 23.94,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.62,
          "low": 12.25,
          "high": 23.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 5.5,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 3.26,
          "low": 2.97,
          "high": 9.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 4.01,
          "low": 3.01,
          "high": 4.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 3.99,
          "high": 6.86,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 27,
          "low": 24.5,
          "high": 49.65,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 28,
          "trend": {
            "direction": "down",
            "percent": -25.3
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.81,
          "low": 13.75,
          "high": 17.06,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 45.73,
          "low": 48,
          "high": 48,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:27:37.319Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.44
      }
    }
  }
}