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

← Egghead
Rob Lucci

Rob Lucci

Common #13 Character EggheadCP0 Power 6000
Colors
Yellow
Cost
5
Attribute
Strike
Expansion
Egghead · One Piece
Language
English
TCGplayer
671607
GET /api/v1/onepiece/cards/ST29-013?include=prices 200 63ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ST29-013",
    "name": "Rob Lucci",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST29-013.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST29-013.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST29-013.large.png"
      }
    ],
    "expansion": {
      "id": "ST29",
      "name": "Egghead",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "One Piece",
      "code": "ST29",
      "printed_total": 17,
      "release_date": "2026/01/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ST29.logo.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "671607",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST29-013.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST29-013.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ST29-013.large.png"
          }
        ]
      }
    ],
    "type": "Character",
    "cost": "5",
    "power": "6000",
    "attribute": "Strike",
    "colors": [
      "Yellow"
    ],
    "rules": [
      "[Trigger] K.O. up to 1 of your opponent's Characters with a cost equal to or less than the total of your and your opponent's Life cards."
    ],
    "subtypes": [
      "Egghead",
      "CP0"
    ],
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 0.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.08
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T06:01:56.305Z",
      "trend_7d": {
        "direction": "up",
        "percent": 14.29
      }
    }
  }
}