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

← Diamond & Pearl Promos
Bronzong

Bronzong

Common #77 Pokémon Stage 1
Types
Psychic
Illustrator
Kouki Saitou
Expansion
Diamond & Pearl Promos · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Pain Amplifier

Put 1 damage counter on each of your opponent's Pokémon that already has damage counters on it.

Coating 60
Psychic · Colorless · Colorless

During your opponent's next turn, any damage done to Bronzong by attacks is reduced by 20 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/dpp_ja-77?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp_ja-77",
    "name": "Bronzong",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/77.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/77.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/77.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp_ja",
      "name": "Diamond & Pearl Promos",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "printed_total": 127,
      "release_date": "2006/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Diamond & Pearl Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/77.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/77.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/77.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "abilities": [
      {
        "name": "Cursed Alloy",
        "text": "As long as Bronzong is your Active Pokémon, put 1 damage counter on each of your opponent's Pokémon that has any Poké-Powers between turns.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Pain Amplifier",
        "text": "Put 1 damage counter on each of your opponent's Pokémon that already has damage counters on it."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Coating",
        "text": "During your opponent's next turn, any damage done to Bronzong by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "60"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 7.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.33
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T21:32:22.175Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}