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

← Team Magma vs Team Aqua
Team Aqua's Manectric

Team Aqua's Manectric

Uncommon #29 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
K. Utsunomiya
Expansion
Team Magma vs Team Aqua · EX
Language
English
TCGplayer
89791

Attacks

Aqua Beam 20
Lightning · Colorless

If the Defending Pokémon has Team Magma in its name, the Defending Pokémon is now Confused.

Chaos Crush 50
Lightning · Colorless · Colorless

If the Defending Pokémon is Confused, discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/ex4-29?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex4-29",
    "name": "Team Aqua's Manectric",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/29.large.webp"
      }
    ],
    "expansion": {
      "id": "ex4",
      "name": "Team Magma vs Team Aqua",
      "total": 97,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "MA",
      "printed_total": 95,
      "release_date": "2004/03/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89791",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Beam",
        "text": "If the Defending Pokémon has Team Magma in its name, the Defending Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Chaos Crush",
        "text": "If the Defending Pokémon is Confused, discard an Energy card attached to the Defending Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "K. Utsunomiya",
    "pricing": {
      "currency": "USD",
      "market": 3.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.84
        },
        {
          "condition": "LP",
          "price": 2.36
        },
        {
          "condition": "MP",
          "price": 2.01
        },
        {
          "condition": "HP",
          "price": 1.69
        },
        {
          "condition": "DMG",
          "price": 1.31
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:34:54.253Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25.08
      }
    }
  }
}