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)
Leafeon Vmax

Leafeon Vmax

Hyper Rare #166/132 Pokémon VMAX HP 310
Types
Grass
Illustrator
HYOGONOSUKE
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Grass Knot 60
Colorless · Colorless

This attack does 60 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.

Max Leaf 170
Colorless · Colorless · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/ncgf-166vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-166vh",
    "name": "Leafeon Vmax",
    "number": "166/132",
    "printed_number": "166/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-166vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-166vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-166vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-166vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-166vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-166vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "310",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Grass Knot",
        "text": "This attack does 60 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Max Leaf",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": 131.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 99,
          "low": 84.15,
          "high": 113.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 180,
          "low": 130.3,
          "high": 257.75,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 13
        }
      ],
      "market_updated_at": "2026-09-21T02:31:56.830Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}