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

← Thunder Knuckle
Cryogonal

Cryogonal

Non #15 Pokémon BasicTeam Plasma HP 80
Types
Water
Illustrator
5ban Graphics
Expansion
Thunder Knuckle · Black & White
Language
Japanese
TCGplayer

Attacks

Call Sign
Colorless

Search your deck for a Water Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.

Cryofreeze 10
Water

Discard an Energy attached to this Pokémon. The Defending Pokémon can't attack during your opponent's next turn.

GET /api/v1/pokemon/cards/bw8t_ja-15?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8t_ja-15",
    "name": "Cryogonal",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/15.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8t_ja",
      "name": "Thunder Knuckle",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunder Knuckle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Team Plasma"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call Sign",
        "text": "Search your deck for a Water Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Cryofreeze",
        "text": "Discard an Energy attached to this Pokémon. The Defending Pokémon can't attack during your opponent's next turn.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.74,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.74
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:42:22.320Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.29
      }
    }
  }
}