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

← Arceus
Manectric

Manectric

Rare #22 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Mana Ibe
Expansion
Arceus · Platinum
Language
English
TCGplayer
87163

Attacks

Second Bite 20
Lightning · Colorless

Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon.

Swift 50
Lightning · Colorless · Colorless

This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/pl4-22vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-22vrh",
    "name": "Manectric",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/22vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/22vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/22vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87163",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/22vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/22vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/22vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Second Bite",
        "text": "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Mana Ibe",
    "pricing": {
      "currency": "USD",
      "market": 4.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.85
        },
        {
          "condition": "LP",
          "price": 1.82
        },
        {
          "condition": "MP",
          "price": 2.07
        },
        {
          "condition": "HP",
          "price": 0.89
        },
        {
          "condition": "DMG",
          "price": 1.2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 212.5,
          "low": 180.63,
          "high": 244.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13.85,
          "low": 13.85,
          "high": 13.85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 116.63,
          "low": 99.99,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.21
      }
    }
  }
}