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)
Umbreon V

Umbreon V

Rare #162/132 Pokémon Basic HP 200
Types
Darkness
Illustrator
Ligton
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Mean Look 30
Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

Moonlight Blade 80
Colorless · Colorless · Colorless

If this Pokémon has any damage counters on it, this attack does 80 more damage.

GET /api/v1/pokemon/cards/ncgf-162?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-162",
    "name": "Umbreon V",
    "number": "162/132",
    "printed_number": "162/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-162.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-162.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-162.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-162.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-162.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-162.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mean Look",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Moonlight Blade",
        "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ligton",
    "pricing": {
      "currency": "USD",
      "market": 34.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38.92,
          "low": 32.09,
          "high": 48.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 28.51,
          "low": 25.77,
          "high": 25.77,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 97.45,
          "low": 120,
          "high": 120,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:31:56.830Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.03
      }
    }
  }
}