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

← Violet ex
Katy

Katy

Non #74 Trainer Supporter
Illustrator
Akira Komayama
Expansion
Violet ex · Scarlet & Violet
Language
Japanese
TCGplayer
568300
GET /api/v1/pokemon/cards/sv1v_ja-74?include=prices 200 108ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1v_ja-74",
    "name": "Katy",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/74.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/74.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/74.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1v_ja",
      "name": "Violet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1V",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1v_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1v_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Violet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568300",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/74.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/74.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/74.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Non",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.97
        },
        {
          "condition": "LP",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "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-16T18:35:26.943Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.02
      }
    }
  }
}