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 any 1 card, show it to your opponent, and put it on top of your deck.
If you have more cards in your hand than your opponent, this attack does 20 damage plus 30 more damage.
/api/v1/pokemon/cards/l2_ja-45?include=prices 200 17ms{
"success": true,
"data": {
"id": "l2_ja-45",
"name": "Sableye",
"number": "45",
"printed_number": "45",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/45.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/45.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/45.large.webp"
}
],
"expansion": {
"id": "l2_ja",
"name": "Reviving Legends",
"total": 81,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L2",
"printed_total": 80,
"release_date": "2010/02/11",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
"translation": {
"en": {
"name": "Reviving Legends"
}
}
},
"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/l2_ja/45.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/45.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/45.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"attacks": [
{
"cost": [
"Darkness"
],
"converted_energy_cost": 1,
"name": "Pull Out",
"text": "Search your discard pile for any 1 card, show it to your opponent, and put it on top of your deck."
},
{
"cost": [
"Darkness",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Dark Hand",
"text": "If you have more cards in your hand than your opponent, this attack does 20 damage plus 30 more damage.",
"damage": "20+"
}
],
"resistances": [
{
"type": "Colorless",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 3.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.99
},
{
"condition": "LP",
"price": 2.11
},
{
"condition": "MP",
"price": 1.99
},
{
"condition": "DMG",
"price": 0.5
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 7.2,
"low": 6.12,
"high": 8.28,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 132.15,
"low": 152.5,
"high": 152.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-10T06:02:35.259Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}