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

← Rocket Gang
The Boss's Way

The Boss's Way

Uncommon #60 Trainer
Illustrator
Ken Sugimori
Expansion
Rocket Gang · Original
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/base4_ja-60?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base4_ja-60",
    "name": "The Boss's Way",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4_ja-60.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4_ja-60.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4_ja-60.large.webp"
      }
    ],
    "expansion": {
      "id": "base4_ja",
      "name": "Rocket Gang",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Original",
      "printed_total": 65,
      "release_date": "1997/11/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rocket Gang"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4_ja-60.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4_ja-60.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4_ja-60.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 6.11,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-28T22:48:14.955Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}