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

← Abyss Eye
Manectric

Manectric

Artrea #86 Pokémon Stage 1
Types
Lightning
Illustrator
HICO KIM
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695075

Attacks

Flash Barrier 50
Lightning · Lightning

During your opponent's next turn, prevent all damage done to this Pokemon by attacks from your opponent's Evolution Pokemon.

Sonic Edge 110
Lightning · Lightning · Lightning

This attack's damage isn't affected by effects on your opponent's Active Pokemon.

GET /api/v1/pokemon/cards/m5_ja-86vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-86vh",
    "name": "Manectric",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-86vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-86vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-86vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695075",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-86vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-86vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-86vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Flash Barrier",
        "text": "During your opponent's next turn, prevent all damage done to this Pokemon by attacks from your opponent's Evolution Pokemon.",
        "damage": "50"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Sonic Edge",
        "text": "This attack's damage isn't affected by effects on your opponent's Active Pokemon.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "Artrea",
    "artist": "HICO KIM",
    "pricing": {
      "currency": "USD",
      "market": 2.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.11
        },
        {
          "condition": "MP",
          "price": 1.5
        },
        {
          "condition": "DMG",
          "price": 1.03
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 39.85,
          "low": 39.85,
          "high": 39.85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 23.14,
          "low": 19.67,
          "high": 26.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.56,
          "low": 9,
          "high": 13,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 3.3,
          "high": 7.1,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30.01,
          "low": 24.16,
          "high": 48,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 14
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.5,
          "low": 13.5,
          "high": 13.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 54.99,
          "low": 54.99,
          "high": 54.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.86
      }
    }
  }
}