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 1 of your Pokémon.
/api/v1/pokemon/cards/sm4p_ja-8vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm4p_ja-8vrh",
"name": "Bounsweet",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/8vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/8vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/8vrh.large.webp"
}
],
"expansion": {
"id": "sm4p_ja",
"name": "GX Battle Boost",
"total": 125,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM4+",
"printed_total": 114,
"release_date": "2017/07/15",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.symbol.png",
"translation": {
"en": {
"name": "GX Battle Boost"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "574253",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/8vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/8vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/8vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Sweet Scent",
"text": "Heal 30 damage from 1 of your Pokémon."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Splash",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 0.89,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.89
}
],
"graded": [],
"market_updated_at": "2026-09-22T04:02:12.669Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}