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

← Fates Collide
Minccino

Minccino

Common #86 Pokémon Basic HP 60
Types
Colorless
Illustrator
kirisAki
Expansion
Fates Collide · XY
Language
English
TCGplayer
117859

Attacks

Cleaning Up
Colorless

Discard a Pokémon Tool card attached to 1 of your opponent's Pokémon.

GET /api/v1/pokemon/cards/xy10-86?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-86",
    "name": "Minccino",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/86.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/86.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/86.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117859",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/86.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/86.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/86.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Cleaning Up",
        "text": "Discard a Pokémon Tool card attached to 1 of your opponent's Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.17
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:44:28.772Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.38
      }
    }
  }
}