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
Mega Manectric

Mega Manectric

Ultra Rare #158
Illustrator
5ban Graphics
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654497
GET /api/v1/pokemon/cards/me1-158vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-158vh",
    "name": "Mega Manectric",
    "number": "158",
    "printed_number": "158",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/158vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/158vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/158vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654497",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/158vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/158vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/158vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.51
        },
        {
          "condition": "LP",
          "price": 2.28
        },
        {
          "condition": "DMG",
          "price": 2.25
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 33.88,
          "low": 29.3,
          "high": 37.93,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.27,
          "low": 15.59,
          "high": 28,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.01,
          "low": 6.76,
          "high": 7.26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 25.99,
          "low": 25.99,
          "high": 25.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.5,
          "low": 32,
          "high": 48.94,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 25,
          "trend": {
            "direction": "up",
            "percent": 6.8
          }
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.99,
          "low": 8.49,
          "high": 8.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.01,
          "low": 9.71,
          "high": 10.01,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.99,
          "low": 10.5,
          "high": 19.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "up",
            "percent": 22.5
          }
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 47.5,
          "low": 43.75,
          "high": 47.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:28:19.868Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}