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

Heal 30 damage from this Pokémon.
If this Pokémon has 8 or more damage counters on it, this attack does nothing.
/api/v1/pokemon/cards/swsh1-137vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh1-137vh",
"name": "Copperajah",
"number": "137",
"printed_number": "137",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/137vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/137vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/137vh.large.webp"
}
],
"expansion": {
"id": "swsh1",
"name": "Sword & Shield",
"total": 216,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "SSH",
"printed_total": 202,
"release_date": "2020/02/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "208448",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/137vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/137vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/137vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "190",
"attacks": [
{
"cost": [
"Metal",
"Metal"
],
"converted_energy_cost": 2,
"name": "Dig Drain",
"text": "Heal 30 damage from this Pokémon.",
"damage": "60"
},
{
"cost": [
"Metal",
"Metal",
"Metal"
],
"converted_energy_cost": 3,
"name": "Muscular Nose",
"text": "If this Pokémon has 8 or more damage counters on it, this attack does nothing.",
"damage": "220"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Rare Holo",
"artist": "Hitoshi Ariga",
"pricing": {
"currency": "USD",
"market": 0.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.32
},
{
"condition": "HP",
"price": 0.23
}
],
"graded": [
{
"company": "CGC",
"grade": "9.5",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 25,
"low": 20,
"high": 38.66,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 7.5,
"low": 7.5,
"high": 10.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:14:03.757Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}