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

← Ultra Prism
Cynthia

Cynthia

Uncommon #119a Trainer Supporter
Illustrator
Hideki Ishikawa
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157736
GET /api/v1/pokemon/cards/sm5-119avrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-119avrh",
    "name": "Cynthia",
    "number": "119a",
    "printed_number": "119a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/119avrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/119avrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/119avrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157736",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/119avrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/119avrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/119avrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Hideki Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 3.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.07
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 150.49,
          "low": 89.99,
          "high": 89.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 68.88,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:26:03.595Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}