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
Bronzong G

Bronzong G

Uncommon #41 Pokémon BasicSP HP 90
Types
Metal
Illustrator
Makoto Imai
Expansion
Platinum · Platinum
Language
English
TCGplayer
84000

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/pl1-41vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-41vrh",
    "name": "Bronzong G",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/41vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/41vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/41vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84000",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/41vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/41vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/41vrh.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 1 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": "Uncommon",
    "artist": "Makoto Imai",
    "pricing": {
      "currency": "USD",
      "market": 3.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.54
        },
        {
          "condition": "MP",
          "price": 1.16
        },
        {
          "condition": "HP",
          "price": 0.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 30.42,
          "low": 34.99,
          "high": 34.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:16:33.156Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.42
      }
    }
  }
}