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

← Gaia Volcano
Manectric

Manectric

Rare #24 Pokémon Stage 1 HP 100
Types
Lightning
Illustrator
Naoki Saito
Expansion
Gaia Volcano · XY
Language
Japanese
TCGplayer
603677

Attacks

Lightning Turn 30
Lightning · Colorless

Switch this Pokémon with 1 of your Benched Pokémon.

Electric Shock 70
Lightning · Lightning · Colorless

Discard all Lightning Energy attached to this Pokémon. Your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/xy5g_ja-24vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5g_ja-24vh",
    "name": "Manectric",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/24vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/24vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/24vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5g_ja",
      "name": "Gaia Volcano",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY5",
      "printed_total": 70,
      "release_date": "2014/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gaia Volcano"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603677",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/24vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/24vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/24vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lightning Turn",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electric Shock",
        "text": "Discard all Lightning Energy attached to this Pokémon. Your opponent's Active Pokémon is now Paralyzed.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 10,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 17.6,
          "low": 14.96,
          "high": 20.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 31.2,
          "low": 26.52,
          "high": 35.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 26,
          "low": 26,
          "high": 26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 35.25,
          "low": 19.45,
          "high": 51.04,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.2,
          "low": 29.99,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.76,
          "low": 28.8,
          "high": 43.19,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-16T03:10:38.048Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}