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

Draw cards until you have the same number of cards in your hand as your opponent.
/api/v1/pokemon/cards/sv3-144?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv3-144",
"name": "Bronzor",
"number": "144",
"printed_number": "144",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/144.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/144.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/144.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": "509928",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/144.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/144.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/144.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "70",
"attacks": [
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Mirror Draw",
"text": "Draw cards until you have the same number of cards in your hand as your opponent."
},
{
"cost": [
"Metal",
"Metal"
],
"converted_energy_cost": 2,
"name": "Speed Dive",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Common",
"artist": "Shinji Kanda",
"pricing": {
"currency": "USD",
"market": 0.21,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.21
},
{
"condition": "LP",
"price": 0.13
},
{
"condition": "MP",
"price": 0.07
},
{
"condition": "DMG",
"price": 0.01
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 50,
"low": 50,
"high": 80,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 12,
"low": 12,
"high": 12.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:05:31.440Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}