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

← Twilight Masquerade
Carmine

Carmine

Ultra Rare #204 Trainer Supporter
Illustrator
kantaro
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550248
GET /api/v1/pokemon/cards/sv6-204vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-204vh",
    "name": "Carmine",
    "number": "204",
    "printed_number": "204",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/204vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/204vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/204vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550248",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/204vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/204vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/204vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Ultra Rare",
    "artist": "kantaro",
    "pricing": {
      "currency": "USD",
      "market": 4.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.04
        },
        {
          "condition": "LP",
          "price": 3.94
        },
        {
          "condition": "HP",
          "price": 1.99
        },
        {
          "condition": "DMG",
          "price": 3.75
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 19.99,
          "high": 65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 69.5,
          "low": 44.5,
          "high": 131.25,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 9.5,
          "high": 10,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.76,
          "low": 4.96,
          "high": 10.66,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.25
      }
    }
  }
}