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 (Staff Stamp)

Cynthia (Staff Stamp)

Uncommon #119 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
168252
GET /api/v1/pokemon/cards/sm5-119vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-119vs",
    "name": "Cynthia (Staff Stamp)",
    "number": "119",
    "printed_number": "119",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5-119vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5-119vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5-119vs.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": "168252",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5-119vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5-119vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5-119vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 127,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 127
        },
        {
          "condition": "LP",
          "price": 27.7
        },
        {
          "condition": "MP",
          "price": 11
        },
        {
          "condition": "HP",
          "price": 12
        },
        {
          "condition": "DMG",
          "price": 9.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:14.262Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}