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

← The Best of XY
Bronzong BREAK

Bronzong BREAK

Common #83 Pokémon BREAK
Types
Metal
Illustrator
5ban Graphics
Expansion
The Best of XY · XY
Language
Japanese
TCGplayer
598724

Attacks

Metal Rain
Metal · Colorless

Discard as many Metal Energy attached to this Pokémon as you like. For each Energy card discarded in this way, choose 1 of your opponent's Pokémon and do 30 damage to it. Don't apply Weakness and Resistance. (You may choose the same Pokémon more than once.)

GET /api/v1/pokemon/cards/xy_ja-83?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy_ja-83",
    "name": "Bronzong BREAK",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/83.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/83.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/83.large.webp"
      }
    ],
    "expansion": {
      "id": "xy_ja",
      "name": "The Best of XY",
      "total": 188,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY",
      "printed_total": 171,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Best of XY"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "598724",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/83.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/83.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/83.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "BREAK"
    ],
    "types": [
      "Metal"
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Metal Rain",
        "text": "Discard as many Metal Energy attached to this Pokémon as you like. For each Energy card discarded in this way, choose 1 of your opponent's Pokémon and do 30 damage to it. Don't apply Weakness and Resistance. (You may choose the same Pokémon more than once.)"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 67.95,
          "low": 114.95,
          "high": 114.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:58:34.885Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}