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

← Plasma Freeze
Cryogonal

Cryogonal

Uncommon #30 Pokémon BasicTeam Plasma HP 80
Types
Water
Illustrator
5ban Graphics
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
84515

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/bw9-30vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-30vrh",
    "name": "Cryogonal",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/30vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/30vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/30vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84515",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/30vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/30vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/30vrh.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": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.37
        },
        {
          "condition": "LP",
          "price": 1.23
        },
        {
          "condition": "MP",
          "price": 1.07
        },
        {
          "condition": "HP",
          "price": 0.63
        },
        {
          "condition": "DMG",
          "price": 0.55
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:11:45.869Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}