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
Yveltal

Yveltal

Common #6 ポケモン たね一撃 HP 130
Types
Illustrator
kawayoo
Expansion
Gengar VMAX High-Class Deck · Sword & Shield
Language
Japanese
TCGplayer
593917
GET /api/v1/pokemon/cards/sgg_ja-6vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sgg_ja-6vh",
    "name": "Yveltal",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-6vh.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": "593917",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-6vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね",
      "一撃"
    ],
    "types": [
      "悪"
    ],
    "hp": "130",
    "weaknesses": [
      {
        "type": "雷",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 1.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.19
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 435,
          "low": 435,
          "high": 435,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 127.5,
          "low": 127.5,
          "high": 127.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T16:32:59.340Z",
      "trend_7d": {
        "direction": "up",
        "percent": 21.43
      }
    }
  }
}