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

Non #23 Pokémon Stage 1 HP 120
Types
Lightning
Illustrator
Uninori
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695074

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-23?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-23",
    "name": "Manectric",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-23.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": "695074",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "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": "Non",
    "artist": "Uninori",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 197.8,
          "low": 174.05,
          "high": 258.48,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20
      }
    }
  }
}