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

← Snow Hazard
Bronzong

Bronzong

Non #51 Pokémon Stage 1 HP 140
Types
Metal
Illustrator
Nobuhiro Imagawa
Expansion
Snow Hazard · Scarlet & Violet
Language
Japanese
TCGplayer
567808

Attacks

Oracle Press 20
Metal

During your opponent's next turn, prevent all effects of attacks from your opponent's Pokémon done to this Pokémon. (Damage is not an effect.)

Extrasensory 70+
Metal · Metal

If you have the same number of cards in your hand as your opponent, this attack does 90 more damage.

GET /api/v1/pokemon/cards/sv2p_ja-51?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2p_ja-51",
    "name": "Bronzong",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/51.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2p_ja",
      "name": "Snow Hazard",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2P",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Snow Hazard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567808",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Oracle Press",
        "text": "During your opponent's next turn, prevent all effects of attacks from your opponent's Pokémon done to this Pokémon. (Damage is not an effect.)",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Extrasensory",
        "text": "If you have the same number of cards in your hand as your opponent, this attack does 90 more damage.",
        "damage": "70+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Nobuhiro Imagawa",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:05:14.252Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}