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

Put 1 damage counter on each of your opponent's Pokémon that already has damage counters on it.
During your opponent's next turn, any damage done to Bronzong by attacks is reduced by 20 (after applying Weakness and Resistance).
/api/v1/pokemon/cards/dp5-16vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp5-16vrh",
"name": "Bronzong",
"number": "16",
"printed_number": "16",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/16vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/16vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/16vrh.large.webp"
}
],
"expansion": {
"id": "dp5",
"name": "Majestic Dawn",
"total": 100,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MD",
"printed_total": 100,
"release_date": "2008/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "83993",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/16vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/16vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/16vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "90",
"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"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+20"
}
],
"resistances": [
{
"type": "Fire",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
},
{
"condition": "LP",
"price": 1.19
},
{
"condition": "MP",
"price": 1.1
},
{
"condition": "HP",
"price": 0.65
},
{
"condition": "DMG",
"price": 0.81
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 29,
"low": 24.65,
"high": 33.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 15.58,
"low": 13.24,
"high": 17.92,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 56,
"low": 47.6,
"high": 64.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-20T03:22:52.688Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}