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

Put any 1 card from your discard pile into your hand.
Flip 3 coins. This attack does 30 damage times the number of heads.
/api/v1/pokemon/cards/pop3-8?include=prices 200 15ms{
"success": true,
"data": {
"id": "pop3-8",
"name": "Donphan",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/8.large.webp"
}
],
"expansion": {
"id": "pop3",
"name": "POP Series 3",
"total": 17,
"language": "English",
"language_code": "en",
"series": "POP",
"printed_total": 17,
"release_date": "2006/04/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84874",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/8.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Sniff Out",
"text": "Put any 1 card from your discard pile into your hand."
},
{
"cost": [
"Fighting",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Fury Attack",
"text": "Flip 3 coins. This attack does 30 damage times the number of heads.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Tomoaki Imakuni",
"pricing": {
"currency": "USD",
"market": 24.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 24.32
},
{
"condition": "LP",
"price": 19
},
{
"condition": "MP",
"price": 14.25
},
{
"condition": "DMG",
"price": 13.37
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 365.06,
"low": 310.3,
"high": 419.82,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 45,
"low": 45,
"high": 45,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 45.23,
"low": 69.95,
"high": 69.95,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:02:56.728Z",
"trend_7d": {
"direction": "up",
"percent": 2.79
}
}
}
}