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

← Phantom Forces
Manectric-EX

Manectric-EX

Rare Holo EX #23 Pokémon BasicEX HP 170
Types
Lightning
Illustrator
Eske Yoshinob
Expansion
Phantom Forces · XY
Language
English
TCGplayer
94156

Attacks

Overrun 20
Colorless

This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Assault Laser 60
Lightning · Colorless

If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage.

GET /api/v1/pokemon/cards/xy4-23vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4-23vh",
    "name": "Manectric-EX",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/23vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/23vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/23vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4",
      "name": "Phantom Forces",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PHF",
      "printed_total": 119,
      "release_date": "2014/11/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "94156",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/23vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/23vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/23vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Overrun",
        "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Assault Laser",
        "text": "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 3.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.04
        },
        {
          "condition": "LP",
          "price": 2.47
        },
        {
          "condition": "MP",
          "price": 2.03
        },
        {
          "condition": "HP",
          "price": 1.31
        },
        {
          "condition": "DMG",
          "price": 1.17
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 202.86,
          "low": 300,
          "high": 300,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14.25,
          "low": 12.11,
          "high": 16.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42.45,
          "low": 43.95,
          "high": 51.64,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:38:55.670Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.33
      }
    }
  }
}