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

Discard a card from your hand. If you do, your opponent discards a card from their hand.
/api/v1/pokemon/cards/sv10-153vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "sv10-153vrh",
"name": "Team Rocket's Porygon",
"number": "153",
"printed_number": "153",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/153vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/153vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/153vrh.large.webp"
}
],
"expansion": {
"id": "sv10",
"name": "Destined Rivals",
"total": 244,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "DRI",
"printed_total": 182,
"release_date": "2025/05/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "630826",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/153vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/153vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/153vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Hacking",
"text": "Discard a card from your hand. If you do, your opponent discards a card from their hand."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Oswaldo KATO",
"pricing": {
"currency": "USD",
"market": 0.25,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.25
},
{
"condition": "MP",
"price": 0.24
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 75,
"low": 63.75,
"high": 86.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 47.98,
"low": 25.95,
"high": 25.95,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "TAG",
"grade": "8.5",
"value": 28,
"low": 23.8,
"high": 32.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:35:20.355Z",
"trend_7d": {
"direction": "down",
"percent": -3.85
}
}
}
}