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

Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.
/api/v1/pokemon/cards/sv7-113vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "sv7-113vrh",
"name": "Eevee",
"number": "113",
"printed_number": "113",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/113vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/113vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/113vrh.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": "567339",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/113vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/113vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/113vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Family",
"text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Gnaw",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mina Nakai",
"pricing": {
"currency": "USD",
"market": 0.45,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.45
},
{
"condition": "LP",
"price": 0.35
},
{
"condition": "MP",
"price": 0.28
},
{
"condition": "DMG",
"price": 0.02
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 10.7,
"low": 9.09,
"high": 12.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 45,
"low": 42.63,
"high": 75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 9.27,
"low": 7.88,
"high": 10.66,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 26,
"high": 34,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-21T02:47:42.365Z",
"trend_7d": {
"direction": "down",
"percent": -10
}
}
}
}