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 Promos
Mega Signal

Mega Signal

Promo #8 Trainer Item
Illustrator
inose yukie
Expansion
Mega Evolution Promos · Mega Evolution
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/mp_ja-8?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mp_ja-8",
    "name": "Mega Signal",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/8.large.webp"
      }
    ],
    "expansion": {
      "id": "mp_ja",
      "name": "Mega Evolution Promos",
      "total": 133,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "PROMO",
      "printed_total": 133,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Evolution Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Promo",
    "artist": "inose yukie",
    "pricing": {
      "currency": "USD",
      "market": 4.53,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.36,
          "low": 7.96,
          "high": 10.76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:56:18.558Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}