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

Does 10 more damage for each card in your opponent's hand.
/api/v1/pokemon/cards/bw3h_ja-40?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw3h_ja-40",
"name": "Bronzong",
"number": "40",
"printed_number": "40",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/40.large.webp"
}
],
"expansion": {
"id": "bw3h_ja",
"name": "Hail Blizzard",
"total": 57,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW3",
"printed_total": 52,
"release_date": "2011/09/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.symbol.png",
"translation": {
"en": {
"name": "Hail Blizzard"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601058",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/40.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "110",
"abilities": [
{
"name": "Heal Block",
"text": "Damage can't be healed from any Pokémon (both yours and your opponent's). (Damage counters can still be moved.)",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Metal",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Oracle Inflict",
"text": "Does 10 more damage for each card in your opponent's hand.",
"damage": "30+"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Non",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 4,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4
}
],
"graded": [],
"market_updated_at": "2026-07-16T03:05:24.659Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}