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

← Gengar VMAX High-Class Deck
Gengar V

Gengar V

Common #1 ポケモン たねV一撃 HP 210
Types
Illustrator
5ban Graphics
Expansion
Gengar VMAX High-Class Deck · Sword & Shield
Language
Japanese
TCGplayer
593912
GET /api/v1/pokemon/cards/sgg_ja-1vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sgg_ja-1vh",
    "name": "Gengar V",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-1vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-1vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-1vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sgg_ja",
      "name": "Gengar VMAX High-Class Deck",
      "total": 21,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "SGG",
      "printed_total": 19,
      "release_date": "2021/05/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sgg_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sgg_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gengar VMAX High-Class Deck"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "593912",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-1vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-1vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-1vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね",
      "V",
      "一撃"
    ],
    "types": [
      "悪"
    ],
    "hp": "210",
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 10.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.94
        },
        {
          "condition": "LP",
          "price": 9
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 36.56,
          "low": 31.08,
          "high": 42.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 76.4,
          "low": 76,
          "high": 76.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:42:58.281Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.17
      }
    }
  }
}