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

← Black Bolt
Minccino

Minccino

Art Rare #157 Pokémon Basic HP 60
Types
Colorless
Illustrator
Natsumi Yoshida
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer
636511

Attacks

Tail Slap 20×
Colorless

Flip 2 coins. This attack does 20 damage for each heads.

GET /api/v1/pokemon/cards/sv11b_ja-157vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-157vh",
    "name": "Minccino",
    "number": "157",
    "printed_number": "157",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/157vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/157vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/157vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "636511",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/157vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/157vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/157vh.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 20 damage for each heads.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Art Rare",
    "artist": "Natsumi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 15.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.79
        },
        {
          "condition": "LP",
          "price": 10.87
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 25.03,
          "low": 21.28,
          "high": 28.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.37,
          "low": 17.5,
          "high": 30.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14.9,
          "low": 15.4,
          "high": 18.59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 73.49,
          "low": 48.17,
          "high": 75.89,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8,
          "trend": {
            "direction": "up",
            "percent": 47.1
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.98,
          "low": 26.76,
          "high": 26.76,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 47.5,
          "low": 38,
          "high": 53.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T03:25:15.603Z",
      "trend_7d": {
        "direction": "up",
        "percent": 21.46
      }
    }
  }
}