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 Minun
Minun

Minun

Common #6 Pokémon Basic HP 60
Types
Lightning
Illustrator
Katsura Tabata
Expansion
EX Trainer Kit 2 Minun · EX
Language
English
TCGplayer
87486

Attacks

Drawup Power
Colorless

Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.

Front Spark 20
Lightning · Colorless

Does 10 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/tk2b-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2b-6",
    "name": "Minun",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/6.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2b",
      "name": "EX Trainer Kit 2 Minun",
      "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/tk2b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87486",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Drawup Power",
        "text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Front Spark",
        "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Katsura Tabata",
    "pricing": {
      "currency": "USD",
      "market": 23.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.06
        },
        {
          "condition": "LP",
          "price": 12.84
        },
        {
          "condition": "MP",
          "price": 8.27
        },
        {
          "condition": "HP",
          "price": 4.57
        },
        {
          "condition": "DMG",
          "price": 2.94
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 320,
          "low": 272,
          "high": 368,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 72.1,
          "low": 74.4,
          "high": 93.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-08-10T17:52:39.361Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}