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

Does 10 damage times the number of damage counters on Donphan.
If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with his or her Active Pokémon, then, if you have any Benched Pokémon, you switch 1 of them with your Active Pokémon. (Do the damage before switching the Pokémon.)
/api/v1/pokemon/cards/neo1-21vuu?include=prices 200 19ms{
"success": true,
"data": {
"id": "neo1-21vuu",
"name": "Donphan",
"number": "21",
"printed_number": "21",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/21vuu.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/21vuu.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/21vuu.large.webp"
}
],
"expansion": {
"id": "neo1-unlimited",
"name": "Neo Genesis Unlimited",
"total": 111,
"language": "English",
"language_code": "en",
"series": "Neo",
"printed_total": 111,
"release_date": "2000/12/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84872",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/21vuu.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/21vuu.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/21vuu.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Flail",
"text": "Does 10 damage times the number of damage counters on Donphan.",
"damage": "10×"
},
{
"cost": [
"Fighting",
"Fighting",
"Fighting"
],
"converted_energy_cost": 3,
"name": "Rapid Spin",
"text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with his or her Active Pokémon, then, if you have any Benched Pokémon, you switch 1 of them with your Active Pokémon. (Do the damage before switching the Pokémon.)",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 3.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.99
},
{
"condition": "LP",
"price": 3.18
},
{
"condition": "MP",
"price": 2.41
},
{
"condition": "HP",
"price": 1.63
},
{
"condition": "DMG",
"price": 1.27
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 50,
"low": 43,
"high": 50,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 4,
"low": 4,
"high": 6.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 59,
"low": 50.15,
"high": 67.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 22.9,
"low": 35,
"high": 35,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 22.5,
"low": 22.5,
"high": 26.97,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:52:56.425Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}