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 discard pile for a Pokémon (excluding Pokémon LV.X) and put it onto your Bench as a Basic Pokémon. Then, you may search your discard pile for up to 3 basic Energy cards and attach them to that Pokémon.
/api/v1/pokemon/cards/dpp_ja-58?include=prices 200 17ms{
"success": true,
"data": {
"id": "dpp_ja-58",
"name": "Garchomp LV.X",
"number": "58",
"printed_number": "58",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/58.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/58.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/58.large.webp"
}
],
"expansion": {
"id": "dpp_ja",
"name": "Diamond & Pearl Promos",
"total": 127,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"printed_total": 127,
"release_date": "2006/12/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.symbol.png",
"translation": {
"en": {
"name": "Diamond & Pearl Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/58.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/58.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/58.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Level-Up"
],
"types": [
"Colorless"
],
"abilities": [
{
"name": "Dragon Pulse",
"text": "Once during your turn (before your attack), when you put Garchomp LV.X from your hand onto your Active Garchomp, you may flip 3 coins. For each heads, put 1 damage counter on each of your opponent's Benched Pokémon.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Restore",
"text": "Search your discard pile for a Pokémon (excluding Pokémon LV.X) and put it onto your Bench as a Basic Pokémon. Then, you may search your discard pile for up to 3 basic Energy cards and attach them to that Pokémon."
}
],
"rarity": "Common",
"artist": "Ryo Ueda",
"pricing": {
"currency": "USD",
"market": 133.7,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 133.7
}
],
"graded": [
{
"company": "ACE",
"grade": "9",
"value": 349.21,
"low": 296.83,
"high": 401.59,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 357.5,
"low": 303.88,
"high": 411.12,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "6",
"value": 67.61,
"low": 113.58,
"high": 113.58,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 101,
"low": 85.85,
"high": 116.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:24:11.782Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}