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

Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.
/api/v1/pokemon/cards/dp1-42?include=prices 200 14ms{
"success": true,
"data": {
"id": "dp1-42",
"name": "Wynaut",
"number": "42",
"printed_number": "42",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/42.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/42.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/42.large.webp"
}
],
"expansion": {
"id": "dp1",
"name": "Diamond & Pearl",
"total": 130,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "DP",
"printed_total": 130,
"release_date": "2007/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90657",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/42.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/42.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/42.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "40",
"abilities": [
{
"name": "Baby Evolution",
"text": "Once during your turn (before your attack), you may put Wobbuffet from your hand onto Wynaut (this counts as evolving Wynaut) and remove all damage counters from Wynaut.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Astonish",
"text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+10"
}
],
"rarity": "Rare",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 5.05,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.05
},
{
"condition": "LP",
"price": 3.39
},
{
"condition": "MP",
"price": 2.37
},
{
"condition": "HP",
"price": 2.04
},
{
"condition": "DMG",
"price": 1.68
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 29.95,
"low": 25.46,
"high": 34.44,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 85,
"low": 72.25,
"high": 97.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:47:49.806Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}