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

← Evolutions
Mewtwo (Staff Stamp)

Mewtwo (Staff Stamp)

Rare #51
Illustrator
Ken Sugimori
Expansion
Evolutions · XY
Language
English
TCGplayer
126021
GET /api/v1/pokemon/cards/xy12-51vs?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy12-51vs",
    "name": "Mewtwo (Staff Stamp)",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy12/xy12-51vs.small.jpeg?v=1777696867664",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy12/xy12-51vs.small.jpeg?v=1777696867664",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy12/xy12-51vs.small.jpeg?v=1777696867664"
      }
    ],
    "expansion": {
      "id": "xy12",
      "name": "Evolutions",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "EVO",
      "printed_total": 108,
      "release_date": "2016/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "126021",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy12/xy12-51vs.small.jpeg?v=1777696867664",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy12/xy12-51vs.small.jpeg?v=1777696867664",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy12/xy12-51vs.small.jpeg?v=1777696867664"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.96,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.96
        },
        {
          "condition": "DMG",
          "price": 0.87
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T17:53:34.605Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.67
      }
    }
  }
}