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

← Nine Colours Gathering (Friend)
Duraludon Vmax

Duraludon Vmax

Rare #164/132 Pokémon VMAX HP 330
Types
Dragon
Illustrator
AKIRA EGAWA
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

G-Max Pulverization 220
Colorless · Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/ncgf-164?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-164",
    "name": "Duraludon Vmax",
    "number": "164/132",
    "printed_number": "164/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-164.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-164.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-164.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgf",
      "name": "Nine Colours Gathering (Friend)",
      "total": 184,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 184,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgf.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Friend)"
        }
      }
    },
    "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/ncgf-164.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-164.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-164.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "330",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "G-Max Pulverization",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "220"
      }
    ],
    "rarity": "Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:31:56.830Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}