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

← VSTAR Universe
Bronzong

Bronzong

Common #99 Pokémon Stage 1 HP 110
Types
Metal
Illustrator
Hasuno
Expansion
VSTAR Universe · Sword & Shield
Language
Japanese
TCGplayer
571637

Attacks

Zen Headbutt 70
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh12a_ja-99vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12a_ja-99vh",
    "name": "Bronzong",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-99vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-99vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-99vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12a_ja",
      "name": "VSTAR Universe",
      "total": 262,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12a",
      "printed_total": 172,
      "release_date": "2022/12/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VSTAR Universe"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571637",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-99vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-99vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja-99vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Metal Transfer",
        "text": "As often as you like during your turn, you may move a Metal Energy from 1 of your Pokémon to another of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Zen Headbutt",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 60.53,
          "low": 60.53,
          "high": 60.53,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:14:42.883Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.33
      }
    }
  }
}