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/dp2-10vrh?include=prices 200 20ms{
"success": true,
"data": {
"id": "dp2-10vrh",
"name": "Honchkrow",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/10vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/10vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/10vrh.large.webp"
}
],
"expansion": {
"id": "dp2",
"name": "Mysterious Treasures",
"total": 124,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MT",
"printed_total": 123,
"release_date": "2007/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86159",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/10vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/10vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/10vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Darkness"
],
"hp": "90",
"abilities": [
{
"name": "Dark Genes",
"text": "As long as Honchkrow has the Energy necessary to use its attack, each of your Murkrow can use Honchkrow's attack as its own without the Energy necessary to use that attack.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Darkness",
"Darkness",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Dark Wing Flaps",
"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.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare Holo",
"artist": "Kazuyuki Kano",
"pricing": {
"currency": "USD",
"market": 5.54,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.54
},
{
"condition": "LP",
"price": 3.17
},
{
"condition": "MP",
"price": 2.07
},
{
"condition": "HP",
"price": 2.29
},
{
"condition": "DMG",
"price": 1.52
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 123.3,
"low": 174.99,
"high": 174.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "6.5",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 28,
"low": 25.44,
"high": 28,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 32,
"low": 27.2,
"high": 36.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 2018.5,
"low": 459,
"high": 3571,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "4",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 18.5,
"low": 14.3,
"high": 23.05,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
},
{
"company": "PSA",
"grade": "8",
"value": 18.5,
"low": 18.5,
"high": 23.2,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 100,
"low": 84.6,
"high": 111.7,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
}
],
"market_updated_at": "2026-09-22T03:09:39.295Z",
"trend_7d": {
"direction": "flat",
"percent": 0.18
}
}
}
}