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/sm12-2vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm12-2vrh",
"name": "Oddish",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/2vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/2vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/2vrh.large.webp"
}
],
"expansion": {
"id": "sm12",
"name": "Cosmic Eclipse",
"total": 272,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CEC",
"printed_total": 236,
"release_date": "2019/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "201132",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/2vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/2vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/2vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Sweet Scent",
"text": "Heal 30 damage from 1 of your Pokémon."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Yumi",
"pricing": {
"currency": "USD",
"market": 1.35,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.35
},
{
"condition": "LP",
"price": 0.98
},
{
"condition": "MP",
"price": 0.68
},
{
"condition": "HP",
"price": 0.65
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:41:57.962Z",
"trend_7d": {
"direction": "down",
"percent": -0.74
}
}
}
}