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

← Mega Evolution Black Star Promos
Celebratory Fanfare

Celebratory Fanfare

Promo #28
Illustrator
Yuu Nishida
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
681244
GET /api/v1/pokemon/cards/mep-28?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-28",
    "name": "Celebratory Fanfare",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/28.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "681244",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/28.large.webp"
          }
        ]
      }
    ],
    "rarity": "Promo",
    "artist": "Yuu Nishida",
    "pricing": {
      "currency": "USD",
      "market": 682.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 682.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 1181.52,
          "low": 880,
          "high": 1625,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-21T02:57:46.786Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.08
      }
    }
  }
}