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

← Sword & Shield Promos
Eternatus VMAX

Eternatus VMAX

Promo #80 Pokémon VMAX HP 340
Types
Darkness
Illustrator
5ban Graphics
Expansion
Sword & Shield Promos · Sword & Shield
Language
Japanese
TCGplayer

Attacks

Dread End 30×
Darkness · Colorless

This attack does 30 damage for each of your Darkness Pokémon in play.

GET /api/v1/pokemon/cards/swshp_ja-80vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp_ja-80vh",
    "name": "Eternatus VMAX",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/80vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/80vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/80vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp_ja",
      "name": "Sword & Shield Promos",
      "total": 340,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "PROMO",
      "printed_total": 340,
      "release_date": "2019/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swshp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swshp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword & Shield Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/80vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/80vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/80vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "340",
    "abilities": [
      {
        "name": "Eternal Zone",
        "text": "If all of your Pokémon in play are Darkness type, you can have up to 8 Pokémon on your Bench and you can't put non-Darkness Pokémon into play. (If this Ability stops working, discard Pokémon from your Bench until you have 5.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dread End",
        "text": "This attack does 30 damage for each of your Darkness Pokémon in play.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 16.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.54
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:05:02.787Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.84
      }
    }
  }
}