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

← Obsidian Flames
Bronzong

Bronzong

Uncommon #145 Pokémon Stage 1 HP 140
Types
Metal
Illustrator
Nobuhiro Imagawa
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509929

Attacks

Oracle Press 20
Metal

During your opponent's next turn, prevent all effects of attacks used by 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/sv3-145?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-145",
    "name": "Bronzong",
    "number": "145",
    "printed_number": "145",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/145.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/145.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/145.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509929",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/145.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/145.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/145.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 used by 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": "Uncommon",
    "artist": "Nobuhiro Imagawa",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        },
        {
          "condition": "MP",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:40:49.313Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}