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 an Item card, reveal it, and put it into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/rsv10pt5-72vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "rsv10pt5-72vrh",
"name": "Patrat",
"number": "72",
"printed_number": "72",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/72vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/72vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/72vrh.large.webp"
}
],
"expansion": {
"id": "rsv10pt5",
"name": "White Flare",
"total": 173,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "WHT",
"printed_total": 86,
"release_date": "2025/07/18",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "642185",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/72vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/72vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/72vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Procurement",
"text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Gnaw",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Ounishi",
"pricing": {
"currency": "USD",
"market": 0.14,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.14
},
{
"condition": "MP",
"price": 0.09
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 70.6,
"low": 60.01,
"high": 81.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:02:21.375Z",
"trend_7d": {
"direction": "down",
"percent": -6.67
}
}
}
}