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

← VSTAR Universe
Radiant Eternatus

Radiant Eternatus

Common #115 Pokémon Basic HP 170
Types
Dragon
Illustrator
Kagemaru Himeno
Expansion
VSTAR Universe · Sword & Shield
Language
Japanese
TCGplayer
571653

Attacks

Power Beam 200
Fire · Darkness · Colorless
GET /api/v1/pokemon/cards/swsh12a_ja-115vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12a_ja-115vh",
    "name": "Radiant Eternatus",
    "number": "115",
    "printed_number": "115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-115vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-115vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-115vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12a_ja",
      "name": "VSTAR Universe",
      "total": 262,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12a",
      "printed_total": 172,
      "release_date": "2022/12/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VSTAR Universe"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571653",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-115vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-115vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-115vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Climax Gate",
        "text": "When you play this Pokémon from your hand onto your Bench, you may search your deck for up to 2 Pokémon VMAX and put them onto your Bench. Then, shuffle your deck. Your turn ends.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Beam",
        "damage": "200"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.58
        },
        {
          "condition": "HP",
          "price": 0.49
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 99.99,
          "low": 99.99,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.26,
          "low": 20.02,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.95,
          "low": 38.35,
          "high": 47.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:59:09.528Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}