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

← XY Black Star Promos
Karen

Karen

Promo #XY177a Trainer Supporter
Illustrator
Hitoshi Ariga
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
123438
GET /api/v1/pokemon/cards/xyp-XY177avh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY177avh",
    "name": "Karen",
    "number": "XY177a",
    "printed_number": "XY177a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY177avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY177avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY177avh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "123438",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY177avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY177avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY177avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Promo",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 70,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 70
        },
        {
          "condition": "LP",
          "price": 56.85
        },
        {
          "condition": "MP",
          "price": 47.17
        },
        {
          "condition": "HP",
          "price": 36.25
        },
        {
          "condition": "DMG",
          "price": 25.27
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 77.53,
          "low": 80,
          "high": 80,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 79.75,
          "low": 73,
          "high": 97,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 85,
          "low": 49,
          "high": 98,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T04:02:51.277Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}