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
M Manectric-EX

M Manectric-EX

Rare Ultra #24a Pokémon MEGAEX HP 210
Types
Lightning
Illustrator
5ban Graphics
Expansion
Phantom Forces · XY
Language
English
TCGplayer
131696

Attacks

Turbo Bolt 110
Lightning · Colorless

Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/xy4-24avh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4-24avh",
    "name": "M Manectric-EX",
    "number": "24a",
    "printed_number": "24a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/24avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/24avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/24avh.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": "131696",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/24avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/24avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/24avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Turbo Bolt",
        "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 12.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.87
        },
        {
          "condition": "LP",
          "price": 8.62
        },
        {
          "condition": "MP",
          "price": 7.83
        },
        {
          "condition": "HP",
          "price": 7.25
        },
        {
          "condition": "DMG",
          "price": 5.79
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 15.48,
          "low": 13.16,
          "high": 17.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:30:56.509Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.16
      }
    }
  }
}