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

Flip 3 coins. This attack does 10 damage for each heads.
/api/v1/pokemon/cards/sv7-114vrh?include=prices 200 20ms{
"success": true,
"data": {
"id": "sv7-114vrh",
"name": "Hoothoot",
"number": "114",
"printed_number": "114",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/114vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/114vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/114vrh.large.webp"
}
],
"expansion": {
"id": "sv7",
"name": "Stellar Crown",
"total": 175,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "SCR",
"printed_total": 142,
"release_date": "2024/09/13",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "567340",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/114vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/114vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/114vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Triple Stab",
"text": "Flip 3 coins. This attack does 10 damage for each heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Common",
"artist": "Yukihiro Tada",
"pricing": {
"currency": "USD",
"market": 0.39,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.39
},
{
"condition": "DMG",
"price": 0.15
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 30.5,
"low": 30.5,
"high": 31.38,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:47:42.365Z",
"trend_7d": {
"direction": "down",
"percent": -17.02
}
}
}
}