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 random card from your opponent's hand.
/api/v1/pokemon/cards/sv7-83?include=prices 200 18ms{
"success": true,
"data": {
"id": "sv7-83",
"name": "Mienfoo",
"number": "83",
"printed_number": "83",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/83.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/83.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/83.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": "567309",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/83.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/83.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/83.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "60",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Knock Off",
"text": "Discard a random card from your opponent's hand.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kariya",
"pricing": {
"currency": "USD",
"market": 0.06,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.06
},
{
"condition": "LP",
"price": 0.05
},
{
"condition": "DMG",
"price": 0.01
}
],
"graded": [],
"market_updated_at": "2026-09-21T19:22:40.298Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}