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

← Holon Phantoms
Manectric

Manectric

Uncommon #46 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
Midori Harada
Expansion
Holon Phantoms · EX
Language
English
TCGplayer
87158

Attacks

Plasma 20
Colorless

Search your discard pile for a Lightning Energy card and attach it to Manectric.

Quick Blow 40
Lightning · Colorless · Colorless

Flip a coin. If heads, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/ex13-46?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex13-46",
    "name": "Manectric",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/46.large.webp"
      }
    ],
    "expansion": {
      "id": "ex13",
      "name": "Holon Phantoms",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HP",
      "printed_total": 110,
      "release_date": "2006/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87158",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Plasma",
        "text": "Search your discard pile for a Lightning Energy card and attach it to Manectric.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Quick Blow",
        "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 1.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.09
        },
        {
          "condition": "LP",
          "price": 0.56
        },
        {
          "condition": "MP",
          "price": 0.53
        },
        {
          "condition": "HP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.51
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 132.5,
          "low": 60,
          "high": 205,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.5,
          "low": 25.08,
          "high": 33.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-11T02:46:37.368Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}