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 that card you chose, then have your opponent shuffle that card into his or her deck.
Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)
/api/v1/pokemon/cards/dp5-35vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp5-35vrh",
"name": "Ambipom",
"number": "35",
"printed_number": "35",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/35vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/35vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/35vrh.large.webp"
}
],
"expansion": {
"id": "dp5",
"name": "Majestic Dawn",
"total": 100,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MD",
"printed_total": 100,
"release_date": "2008/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "83527",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/35vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/35vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/35vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Astonish",
"text": "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck.",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hang High",
"text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+20"
}
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 2.67,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.67
},
{
"condition": "LP",
"price": 2.22
},
{
"condition": "MP",
"price": 2.45
},
{
"condition": "HP",
"price": 1.25
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 23,
"low": 19.55,
"high": 26.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 17.55,
"low": 27.99,
"high": 27.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 11.85,
"low": 10.07,
"high": 13.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 27,
"low": 22.95,
"high": 31.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-06T08:35:08.529Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}