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

← XY Trainer Kit Pikachu Libre
Manectric

Manectric

Common #13 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
match
Expansion
XY Trainer Kit Pikachu Libre · XY
Language
English
TCGplayer
118817

Attacks

Random Spark
Lightning

This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Bite 40
Colorless · Colorless
GET /api/v1/pokemon/cards/tk9b-13?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk9b-13",
    "name": "Manectric",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-13.large.webp"
      }
    ],
    "expansion": {
      "id": "tk9b",
      "name": "XY Trainer Kit Pikachu Libre",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2016/04/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "118817",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Random Spark",
        "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:24:01.587Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}