Powered live by GET /api/v1/onepiece/… — the same public API documented in API Docs. Search supports the full q syntax.

← Starter Deck -blue Kuzan
Smoker

Smoker

Common #3 Character Navy Power 3000
Colors
Blue
Cost
2
Attribute
Special
Expansion
Starter Deck -blue Kuzan · One Piece
Language
English
TCGplayer
GET /api/v1/onepiece/cards/ST33-003?include=prices 200 54ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ST33-003",
    "name": "Smoker",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST33-003.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST33-003.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST33-003.large.png"
      }
    ],
    "expansion": {
      "id": "ST33",
      "name": "Starter Deck -blue Kuzan",
      "total": 5,
      "language": "English",
      "language_code": "en",
      "series": "One Piece",
      "code": "ST33",
      "printed_total": 5,
      "release_date": "2026/07/18"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST33-003.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST33-003.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST33-003.large.png"
          }
        ]
      }
    ],
    "type": "Character",
    "cost": "2",
    "power": "3000",
    "attribute": "Special",
    "colors": [
      "Blue"
    ],
    "rules": [
      "[On Play] You may trash 1 card from your hand: Place up to 2 of your opponent's Characters with a cost of 2 or less at the bottom of the owner's deck."
    ],
    "subtypes": [
      "Navy"
    ],
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-18T01:30:30.086Z"
    }
  }
}