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

← Royal Blood
Foxy

Foxy

Uncommon #75 Character Foxy Pirates Power 1000
Colors
Purple
Cost
2
Attribute
Special
Expansion
Royal Blood · One Piece
Language
English
TCGplayer
617121
GET /api/v1/onepiece/cards/OP10-075?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "OP10-075",
    "name": "Foxy",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP10-075.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP10-075.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP10-075.large.webp"
      }
    ],
    "expansion": {
      "id": "OP10",
      "name": "Royal Blood",
      "total": 119,
      "language": "English",
      "language_code": "en",
      "series": "One Piece",
      "code": "OP10",
      "printed_total": 119,
      "release_date": "2025/03/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/OP10.logo.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "617121",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP10-075.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP10-075.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/OP10-075.large.webp"
          }
        ]
      }
    ],
    "type": "Character",
    "cost": "2",
    "power": "1000",
    "attribute": "Special",
    "colors": [
      "Purple"
    ],
    "rules": [
      "[Activate: Main] You may trash this Character: If the number of DON!! cards on your field is equal to or less than the number on your opponent's field, draw 1 card."
    ],
    "counter": "2000",
    "subtypes": [
      "Foxy Pirates"
    ],
    "rarity": "Uncommon",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:47:33.423Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.52
      }
    }
  }
}