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 20 damage times the number of damage counters on this Pokémon.
Discard the top card of your opponent's deck.
/api/v1/pokemon/cards/bw8-41vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "bw8-41vrh",
"name": "Beartic",
"number": "41",
"printed_number": "41",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/41vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/41vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/41vrh.large.webp"
}
],
"expansion": {
"id": "bw8",
"name": "Plasma Storm",
"total": 138,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLS",
"printed_total": 135,
"release_date": "2013/02/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "83754",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/41vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/41vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/41vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"Team Plasma"
],
"types": [
"Water"
],
"hp": "130",
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Powerful Rage",
"text": "Does 20 damage times the number of damage counters on this Pokémon.",
"damage": "20"
},
{
"cost": [
"Water",
"Water",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Glacier Drop",
"text": "Discard the top card of your opponent's deck.",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 3.57,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.57
},
{
"condition": "LP",
"price": 1.83
},
{
"condition": "MP",
"price": 1.53
},
{
"condition": "HP",
"price": 1.25
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:18:42.799Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}