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

← Two Legends
S-Shark

S-Shark

Uncommon #111 Character EggheadSeraphim Power 5000
Colors
Yellow
Cost
4
Attribute
Special
Expansion
Two Legends · One Piece
Language
English
TCGplayer
558152
GET /api/v1/onepiece/cards/OP08-111?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "OP08-111",
    "name": "S-Shark",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP08-111.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP08-111.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP08-111.large.webp"
      }
    ],
    "expansion": {
      "id": "OP08",
      "name": "Two Legends",
      "total": 119,
      "language": "English",
      "language_code": "en",
      "series": "One Piece",
      "code": "OP08",
      "printed_total": 119,
      "release_date": "2024/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/OP08.logo.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "558152",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP08-111.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP08-111.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP08-111.large.webp"
          }
        ]
      }
    ],
    "type": "Character",
    "cost": "4",
    "power": "5000",
    "attribute": "Special",
    "colors": [
      "Yellow"
    ],
    "rules": [
      "[DON!! x1] [When Attacking] Your opponent cannot activate [Blocker] during this battle.",
      "[Trigger] You may trash 1 card from your hand: If you have 2 or less Life cards, play this card."
    ],
    "counter": "1000",
    "subtypes": [
      "Egghead",
      "Seraphim"
    ],
    "rarity": "Uncommon",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "LP",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:13:04.421Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}