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

← BW Trainer Kit Zoroark
Minccino

Minccino

Common #4 Pokémon Basic HP 60
Types
Colorless
Illustrator
sui
Expansion
BW Trainer Kit Zoroark · Black & White
Language
English
TCGplayer
98706

Attacks

Tail Slap 10×
Colorless

Flip 2 coins. This attack does 10 damage times the number of heads.

GET /api/v1/pokemon/cards/tk5a-4?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk5a-4",
    "name": "Minccino",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-4.large.webp"
      }
    ],
    "expansion": {
      "id": "tk5a",
      "name": "BW Trainer Kit Zoroark",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "printed_total": 30,
      "release_date": "2011/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk5a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk5a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98706",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Slap",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 3.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.58
        },
        {
          "condition": "LP",
          "price": 0.45
        },
        {
          "condition": "MP",
          "price": 0.29
        },
        {
          "condition": "HP",
          "price": 0.34
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T20:18:54.247Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}