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

Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/dp1-43vrh?include=prices 200 28ms{
"success": true,
"data": {
"id": "dp1-43vrh",
"name": "Budew",
"number": "43",
"printed_number": "43",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/43vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/43vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/43vrh.large.webp"
}
],
"expansion": {
"id": "dp1",
"name": "Diamond & Pearl",
"total": 130,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "DP",
"printed_total": 130,
"release_date": "2007/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84010",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/43vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/43vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/43vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "40",
"abilities": [
{
"name": "Baby Evolution",
"text": "Once during your turn (before your attack), you may put Roselia from your hand onto Budew (this counts as evolving Budew) and remove all damage counters from Budew.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Errand-Running",
"text": "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5
},
{
"condition": "LP",
"price": 2.06
},
{
"condition": "MP",
"price": 1.72
},
{
"condition": "HP",
"price": 1.58
},
{
"condition": "DMG",
"price": 1.02
}
],
"graded": [
{
"company": "PSA",
"grade": "6",
"value": 8.5,
"low": 7.23,
"high": 9.77,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 42.99,
"low": 42.99,
"high": 42.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 36.9,
"low": 49,
"high": 49,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:58:35.862Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}