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

← Vivid Portrayals (Indigo)
Eternatus V

Eternatus V

Double Rare #092/115 Pokémon Basic HP 220
Types
Darkness
Illustrator
5ban Graphics
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Power Accelerator 30
Colorless

You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon.

Dynamax Cannon 120
Colorless · Colorless · Colorless · Colorless

If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 120 more damage.

GET /api/v1/pokemon/cards/vpi-092vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-092vh",
    "name": "Eternatus V",
    "number": "092/115",
    "printed_number": "092/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-092vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-092vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-092vh.large.webp"
      }
    ],
    "expansion": {
      "id": "vpi",
      "name": "Vivid Portrayals (Indigo)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpi.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Indigo)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-092vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-092vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-092vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Power Accelerator",
        "text": "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dynamax Cannon",
        "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 120 more damage.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 46.5,
          "low": 39.53,
          "high": 53.47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.99,
          "low": 19.54,
          "high": 26.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:32:20.517Z"
    }
  }
}