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

← Storming Emergence (Radiant)
Naganadel Gx

Naganadel Gx

Double Rare #063/151 Pokémon Stage 1 HP 210
Types
Psychic
Illustrator
5ban Graphics
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Beast Raid 20
Colorless

This attack does 20 damage for each of your Ultra Beasts in play.

Jet Needle 110
Colorless · Colorless · Colorless

This attack's damage isn't affected by Weakness or Resistance.

Stinger-GX
Colorless · Colorless · Colorless

Both players shuffle their Prize cards into their decks. Then, each player puts the top 3 cards of their deck face down as their Prize cards. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/ser-063vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-063vh",
    "name": "Naganadel Gx",
    "number": "063/151",
    "printed_number": "063/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-063vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-063vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-063vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "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/ser-063vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-063vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-063vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Beast Raid",
        "text": "This attack does 20 damage for each of your Ultra Beasts in play.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Jet Needle",
        "text": "This attack's damage isn't affected by Weakness or Resistance.",
        "damage": "110"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Stinger-GX",
        "text": "Both players shuffle their Prize cards into their decks. Then, each player puts the top 3 cards of their deck face down as their Prize cards. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 59,
          "low": 50.15,
          "high": 67.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 62.99,
          "low": 53.54,
          "high": 72.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.99,
          "low": 17.84,
          "high": 24.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:35:58.212Z"
    }
  }
}