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 Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/dp6_ja-35?include=prices 200 18ms{
"success": true,
"data": {
"id": "dp6_ja-35",
"name": "Budew",
"number": "35",
"printed_number": "35",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/35.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/35.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/35.large.webp"
}
],
"expansion": {
"id": "dp6_ja",
"name": "Intense Fight in the Destroyed Sky",
"total": 92,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP6",
"printed_total": 92,
"release_date": "2008/07/10",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.symbol.png",
"translation": {
"en": {
"name": "Intense Fight in the Destroyed Sky"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "608116",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/35.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/35.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/35.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "40",
"abilities": [
{
"name": "Poison Enzyme",
"text": "Prevent all effects of attacks, including damage, done to Budew by your opponent's Poisoned Pokémon.",
"type": "Poké-Body"
},
{
"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": "Buddy-buddy",
"text": "Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"rarity": "Non",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 7.81,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.81
},
{
"condition": "LP",
"price": 5.5
},
{
"condition": "MP",
"price": 6.5
},
{
"condition": "HP",
"price": 3.7
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 23.3,
"low": 31,
"high": 31,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-08-11T16:16:15.735Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}