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

Draw 2 cards from the bottom of your deck.
The Defending Pokémon is now Confused. You may switch Dunsparce with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/ex12-31?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex12-31",
"name": "Dunsparce",
"number": "31",
"printed_number": "31",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/31.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/31.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/31.large.webp"
}
],
"expansion": {
"id": "ex12",
"name": "Legend Maker",
"total": 93,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "LM",
"printed_total": 92,
"release_date": "2006/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85009",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/31.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/31.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/31.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"abilities": [
{
"name": "Deadlock",
"text": "As long as Dunsparce is your Active Pokémon, your opponent's Dunsparce can't attack.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Down Draw",
"text": "Draw 2 cards from the bottom of your deck."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Tripping Turn",
"text": "The Defending Pokémon is now Confused. You may switch Dunsparce with 1 of your Benched Pokémon."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 2.06,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.06
},
{
"condition": "LP",
"price": 0.81
},
{
"condition": "MP",
"price": 0.7
},
{
"condition": "HP",
"price": 0.5
},
{
"condition": "DMG",
"price": 0.34
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 15,
"low": 12.75,
"high": 22.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 10.99,
"low": 9.34,
"high": 12.64,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 115,
"low": 97.75,
"high": 132.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30.25,
"low": 32.99,
"high": 32.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-17T02:55:51.932Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}