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-141vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-141vh",
    "name": "Eternatus",
    "number": "141",
    "printed_number": "141",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/141vh.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.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.79,
          "low": 51,
          "high": 51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.95,
          "low": 8.46,
          "high": 11.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.25
      }
    }
  }
}