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
Jasmine's Look

Jasmine's Look

Special Art Rare #135 Trainer Supporter
Illustrator
Fujimoto Gold
Expansion
Super Electric Breaker · Scarlet & Violet
Language
Japanese
TCGplayer
587697
GET /api/v1/pokemon/cards/sv8_ja-135vh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8_ja-135vh",
    "name": "Jasmine's Look",
    "number": "135",
    "printed_number": "135",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/135vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/135vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/135vh.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": "587697",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/135vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/135vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/135vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Special Art Rare",
    "artist": "Fujimoto Gold",
    "pricing": {
      "currency": "USD",
      "market": 23.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.26
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 41.1,
          "low": 34.94,
          "high": 47.27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 33,
          "low": 31,
          "high": 78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 121.57,
          "low": 194.99,
          "high": 194.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.92,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:30:50.800Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.59
      }
    }
  }
}