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

Sylveon Vmax

Hyper Rare #170/132 Pokémon VMAX HP 310
Types
Psychic
Illustrator
Ryota Murayama
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Precious Touch
Colorless

Attach an Energy card from your hand to 1 of your Benched Pokémon. If you do, heal 120 damage from that Pokémon.

Max Harmony 70
Colorless · Colorless · Colorless

This attack does 30 more damage for each different type of Pokémon on your Bench.

GET /api/v1/pokemon/cards/ncgf-170vh?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-170vh",
    "name": "Sylveon Vmax",
    "number": "170/132",
    "printed_number": "170/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-170vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-170vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-170vh.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-170vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-170vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-170vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "310",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Precious Touch",
        "text": "Attach an Energy card from your hand to 1 of your Benched Pokémon. If you do, heal 120 damage from that Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Max Harmony",
        "text": "This attack does 30 more damage for each different type of Pokémon on your Bench.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 16.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:31:56.830Z",
      "trend_7d": {
        "direction": "up",
        "percent": 17.09
      }
    }
  }
}