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
Crobat V

Crobat V

Common #3 ポケモン たねV HP 180
Types
Illustrator
PLANETA Mochizuki
Expansion
Gengar VMAX High-Class Deck · Sword & Shield
Language
Japanese
TCGplayer
593914
GET /api/v1/pokemon/cards/sgg_ja-3vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sgg_ja-3vh",
    "name": "Crobat V",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-3vh.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": "593914",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね",
      "V"
    ],
    "types": [
      "悪"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "ナイトアセット",
        "text": "自分の番に、このカードを手札からベンチに出したとき、1回使える。自分の手札が6枚になるように、山札を引く。この番、すでに別の「ナイトアセット」を使っていたなら、この特性は使えない。",
        "type": "特性"
      }
    ],
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 1.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.62
        },
        {
          "condition": "LP",
          "price": 1.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:42:58.281Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.36
      }
    }
  }
}