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
Groudon-EX

Groudon-EX

Rare #32 Pokémon BasicEX HP 180
Types
Fighting
Illustrator
Shizurow
Expansion
Hail Blizzard · Black & White
Language
Japanese
TCGplayer
601073

Attacks

Tromp 20
Fighting · Colorless

Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Giant Claw 80+
Fighting · Fighting · Colorless

If the Defending Pokémon already has 2 or more damage counters on it, this attack does 40 more damage.

GET /api/v1/pokemon/cards/bw3h_ja-32vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3h_ja-32vh",
    "name": "Groudon-EX",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/32vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/32vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/32vh.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": "601073",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/32vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/32vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/32vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tromp",
        "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Giant Claw",
        "text": "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 40 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 8.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 405.76,
          "low": 251.76,
          "high": 417.15,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.5,
          "low": 29.33,
          "high": 39.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:05:24.659Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}