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 a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.
/api/v1/pokemon/cards/xy0-14vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy0-14vh",
"name": "Greninja",
"number": "14",
"printed_number": "14",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/14vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/14vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/14vh.large.webp"
}
],
"expansion": {
"id": "xy0",
"name": "Kalos Starter Set",
"total": 39,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "KSS",
"printed_total": 39,
"release_date": "2013/11/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85903",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/14vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/14vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/14vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Water"
],
"hp": "140",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Mat Block",
"text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
"damage": "40"
},
{
"cost": [
"Water",
"Water",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Aqua Edge",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 14.16,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 14.16
},
{
"condition": "LP",
"price": 6.39
},
{
"condition": "MP",
"price": 3.09
},
{
"condition": "HP",
"price": 2.26
},
{
"condition": "DMG",
"price": 1.53
}
],
"graded": [
{
"company": "PSA",
"grade": "5",
"value": 68,
"low": 52,
"high": 84,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:40:57.903Z",
"trend_7d": {
"direction": "up",
"percent": 2.98
}
}
}
}