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

← Brilliant Stars
Cubchoo

Cubchoo

Common #42 Pokémon Basic HP 60
Types
Water
Illustrator
ryoma uratsuka
Expansion
Brilliant Stars · Sword & Shield
Language
English
TCGplayer
263742

Attacks

Chilly 20
Water
GET /api/v1/pokemon/cards/swsh9-42vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9-42vrh",
    "name": "Cubchoo",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/42vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/42vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/42vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9",
      "name": "Brilliant Stars",
      "total": 186,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BRS",
      "printed_total": 172,
      "release_date": "2022/02/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "263742",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/42vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/42vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/42vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Chilly",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "ryoma uratsuka",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:20:37.154Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.7
      }
    }
  }
}