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

Rare #176/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-176?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-176",
    "name": "Naganadel Gx",
    "number": "176/151",
    "printed_number": "176/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-176.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-176.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-176.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-176.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-176.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-176.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": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.25,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T03:59:45.157Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}