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

← Dragon Blade
Manectric

Manectric

Non #16 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Naoyo Kimura
Expansion
Dragon Blade · Black & White
Language
Japanese
TCGplayer
601538

Attacks

Energy Crush 20×
Lightning

Does 20 damage times the amount of Energy attached to all of your opponent's Pokémon.

Flash Impact 80
Lightning · Colorless · Colorless

Does 20 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bw5d_ja-16?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5d_ja-16",
    "name": "Manectric",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5d_ja",
      "name": "Dragon Blade",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW5",
      "printed_total": 50,
      "release_date": "2012/03/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Blade"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601538",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Crush",
        "text": "Does 20 damage times the amount of Energy attached to all of your opponent's Pokémon.",
        "damage": "20×"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flash Impact",
        "text": "Does 20 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 3.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T05:20:44.773Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}