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

← Grass Starter Set V
Great Ball

Great Ball

None #14 トレーナー 道具
Illustrator
Toyste Beach
Expansion
Grass Starter Set V · Sword & Shield
Language
Japanese
TCGplayer
595504
GET /api/v1/pokemon/cards/sag_ja-14?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sag_ja-14",
    "name": "Great Ball",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-14.large.webp"
      }
    ],
    "expansion": {
      "id": "sag_ja",
      "name": "Grass Starter Set V",
      "total": 23,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "SA",
      "printed_total": 23,
      "release_date": "2019/11/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sag_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sag_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Grass Starter Set V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "595504",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-14.large.webp"
          }
        ]
      }
    ],
    "supertype": "トレーナー",
    "subtypes": [
      "道具"
    ],
    "rarity": "None",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 2,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-30T02:40:28.713Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}