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

← Platinum Promos
Bronzong G

Bronzong G

Common #6 Pokémon BasicSP HP 90
Types
Metal
Illustrator
Makoto Imai
Expansion
Platinum Promos · Platinum
Language
Japanese
TCGplayer

Attacks

Psychic Pulse 40
Metal · Colorless · Colorless

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

GET /api/v1/pokemon/cards/ptp_ja-6vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ptp_ja-6vh",
    "name": "Bronzong G",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/6vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ptp_ja",
      "name": "Platinum Promos",
      "total": 51,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "printed_total": 51,
      "release_date": "2008/10/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Platinum Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/6vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Galactic Switch",
        "text": "Once during your turn (before your attack), you may move an Energy card attached to one of your Pokémon SP to another of your Pokémon. Then, put 2 damage counters on Bronzong G. This power can't be used if Bronzong G is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic Pulse",
        "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fire",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Makoto Imai",
    "pricing": {
      "currency": "USD",
      "market": 18.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.33
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 92.88,
          "low": 100,
          "high": 140,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 34.99,
          "low": 29.74,
          "high": 40.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 195.27,
          "low": 299,
          "high": 299,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 62,
          "low": 52.7,
          "high": 71.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T21:32:17.944Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}