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

← EX Trainer Kit 2 Plusle
Plusle

Plusle

Rare #6 Pokémon Basic HP 60
Types
Lightning
Illustrator
Katsura Tabata
Expansion
EX Trainer Kit 2 Plusle · EX
Language
English
TCGplayer
88166

Attacks

Pickup Power
Colorless

Search your discard pile for an Energy card, show it to your opponent, and put it in your hand

Rear Spark 10
Lightning · Colorless

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

GET /api/v1/pokemon/cards/tk2a-6vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2a-6vh",
    "name": "Plusle",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/6vh.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2a",
      "name": "EX Trainer Kit 2 Plusle",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88166",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/6vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pickup Power",
        "text": "Search your discard pile for an Energy card, show it to your opponent, and put it in your hand"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rear Spark",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Katsura Tabata",
    "pricing": {
      "currency": "USD",
      "market": 20.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.67
        },
        {
          "condition": "LP",
          "price": 14.48
        },
        {
          "condition": "MP",
          "price": 9.51
        },
        {
          "condition": "HP",
          "price": 3.72
        },
        {
          "condition": "DMG",
          "price": 2.38
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "5",
          "value": 36.29,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 41,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:48:05.916Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}