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

← Super Electric Breaker
Clemont's Wit

Clemont's Wit

Non #103 Trainer Supporter
Illustrator
Naoki Saito
Expansion
Super Electric Breaker · Scarlet & Violet
Language
Japanese
TCGplayer
587683
GET /api/v1/pokemon/cards/sv8_ja-103?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8_ja-103",
    "name": "Clemont's Wit",
    "number": "103",
    "printed_number": "103",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/103.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/103.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/103.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8_ja",
      "name": "Super Electric Breaker",
      "total": 138,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8",
      "printed_total": 106,
      "release_date": "2024/10/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super Electric Breaker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "587683",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/103.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/103.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/103.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Non",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T03:15:39.771Z",
      "trend_7d": {
        "direction": "down",
        "percent": -69.7
      }
    }
  }
}