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
Quick Ball

Quick Ball

Common #9 トレーナー 道具
Illustrator
Ryo Ueda
Expansion
Gengar VMAX High-Class Deck · Sword & Shield
Language
Japanese
TCGplayer
593920
GET /api/v1/pokemon/cards/sgg_ja-9vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sgg_ja-9vh",
    "name": "Quick Ball",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-9vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-9vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-9vh.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": "593920",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-9vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-9vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-9vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "トレーナー",
    "subtypes": [
      "道具"
    ],
    "rarity": "Common",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 1.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T16:32:59.340Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}