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

← Hail Blizzard
Beartic

Beartic

Non #20 Pokémon Stage 1 HP 120
Types
Water
Illustrator
kawayoo
Expansion
Hail Blizzard · Black & White
Language
Japanese
TCGplayer
601055

Attacks

Daunt 40
Colorless · Colorless

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).

Ambush 60+
Water · Colorless · Colorless

Flip a coin. If heads, this attack does 30 more damage.

GET /api/v1/pokemon/cards/bw3h_ja-20?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3h_ja-20",
    "name": "Beartic",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/20.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3h_ja",
      "name": "Hail Blizzard",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Hail Blizzard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601055",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Daunt",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ambush",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "LP",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.09,
          "low": 11.13,
          "high": 15.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:05:24.659Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}