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

← Miscellaneous Cards & Products
Ancient Mew

Ancient Mew

Promo #1
Expansion
Miscellaneous Cards & Products · Other
Language
English
TCGplayer
108589
GET /api/v1/pokemon/cards/MCP-001vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "MCP-001vh",
    "name": "Ancient Mew",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/fut20/MCP-001vh.small.webp?v=1778102734991",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/fut20/MCP-001vh.small.webp?v=1778102734991",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/fut20/MCP-001vh.small.webp?v=1778102734991"
      }
    ],
    "expansion": {
      "id": "fut20",
      "name": "Miscellaneous Cards & Products",
      "total": 5,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "FUT20",
      "printed_total": 5,
      "release_date": "2020/09/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/fut20/logo-1774920080320.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/fut20.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "108589",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/fut20/MCP-001vh.small.webp?v=1778102734991",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/fut20/MCP-001vh.small.webp?v=1778102734991",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/fut20/MCP-001vh.small.webp?v=1778102734991"
          }
        ]
      }
    ],
    "rarity": "Promo",
    "pricing": {
      "currency": "USD",
      "market": 117.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 117.34
        },
        {
          "condition": "LP",
          "price": 115.79
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 352.62,
          "low": 113.49,
          "high": 621.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 265.47,
          "low": 248.34,
          "high": 292.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 265.5,
          "low": 251.1,
          "high": 313.1,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 164,
          "low": 142.8,
          "high": 188.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:04:44.444Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.79
      }
    }
  }
}