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

← Thunderclap Spark
Cubchoo

Cubchoo

usually #19 Pokémon Basic HP 70
Types
Water
Illustrator
0313
Expansion
Thunderclap Spark · Sun & Moon
Language
Japanese
TCGplayer
572479

Attacks

Secondary Chills
Colorless

You can use this attack only if you go second, and only on your first turn. Your opponent's Active Pokémon is now Paralyzed.

Beat 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sm7a_ja-19?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7a_ja-19",
    "name": "Cubchoo",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/19.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7a_ja",
      "name": "Thunderclap Spark",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7a",
      "printed_total": 60,
      "release_date": "2018/07/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunderclap Spark"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572479",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Secondary Chills",
        "text": "You can use this attack only if you go second, and only on your first turn. Your opponent's Active Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Beat",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "0313",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:02:33.247Z",
      "trend_7d": {
        "direction": "up",
        "percent": 59.38
      }
    }
  }
}