Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Black Bolt
Cubchoo

Cubchoo

Common #28 Pokémon Basic
Types
Water
Illustrator
Kouichi Ooyama
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer
636382

Attacks

Covered in Snot
Water

During your opponent's next turn, the Defending Pokémon can't attack.

GET /api/v1/pokemon/cards/sv11b_ja-28?include=prices 200 84ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-28",
    "name": "Cubchoo",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/28.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/28.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/28.large.png"
      }
    ],
    "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": "636382",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/28.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/28.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/28.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Covered in Snot",
        "text": "During your opponent's next turn, the Defending Pokémon can't attack."
      }
    ],
    "rarity": "Common",
    "artist": "Kouichi Ooyama",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:51:08.761Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}