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

← Surging Sparks
Eternatus

Eternatus

Rare #141 Pokémon Basic HP 150
Types
Dragon
Illustrator
AKIRA EGAWA
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589937

Attacks

Dyna-Blast 10
Darkness

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

World Ender 230
Fire · Darkness · Darkness

Discard a Stadium in play. If you can't, this attack does nothing.

GET /api/v1/pokemon/cards/sv8-141vrh?include=prices 200 43ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-141vrh",
    "name": "Eternatus",
    "number": "141",
    "printed_number": "141",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589937",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Dyna-Blast",
        "text": "If your opponent's Active Pokémon is a Pokémon ex, this attack does 80 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "World Ender",
        "text": "Discard a Stadium in play. If you can't, this attack does nothing.",
        "damage": "230"
      }
    ],
    "rarity": "Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77,
          "low": 65.45,
          "high": 88.55,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.18,
          "low": 7.8,
          "high": 10.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:36:43.744Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.5
      }
    }
  }
}