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/svp-202vcos?include=prices 200 23ms{
"success": true,
"data": {
"id": "svp-202vcos",
"name": "Kangaskhan (Cosmos Holofoil)",
"number": "202",
"printed_number": "202",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp-202vcos.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp-202vcos.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp-202vcos.large.webp"
}
],
"expansion": {
"id": "svp",
"name": "Scarlet & Violet Black Star Promos",
"total": 225,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "SVP",
"printed_total": 224,
"release_date": "2023/01/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": null,
"variants": [
{
"name": "cosmosHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp-202vcos.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp-202vcos.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp-202vcos.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "130",
"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",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Mega Punch",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "Uta",
"pricing": {
"currency": "USD",
"market": 0.79,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.79
},
{
"condition": "MP",
"price": 0.5
},
{
"condition": "DMG",
"price": 0.2
}
],
"graded": [
{
"company": "ACE",
"grade": "9",
"value": 21.51,
"low": 18.28,
"high": 24.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 19.5,
"low": 16.58,
"high": 22.42,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 153.5,
"low": 153.5,
"high": 262.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 17.5,
"low": 17.5,
"high": 18.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 89,
"low": 75.65,
"high": 102.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "9",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:53:34.082Z",
"trend_7d": {
"direction": "up",
"percent": 3.95
}
}
}
}