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

Reveal any number of basic Energy cards in your hand. This attack does 30 more damage for each type of Energy card you revealed in this way.
/api/v1/pokemon/cards/swsh6a_ja-59?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh6a_ja-59",
"name": "Smeargle",
"number": "59",
"printed_number": "59",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/59.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/59.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/59.large.webp"
}
],
"expansion": {
"id": "swsh6a_ja",
"name": "Eevee Heroes",
"total": 101,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S6a",
"printed_total": 69,
"release_date": "2021/05/28",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.symbol.png",
"translation": {
"en": {
"name": "Eevee Heroes"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "570522",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/59.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/59.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/59.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Live Paint",
"text": "Reveal any number of basic Energy cards in your hand. This attack does 30 more damage for each type of Energy card you revealed in this way.",
"damage": "30+"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.19,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.19
},
{
"condition": "LP",
"price": 0.18
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 21.5,
"low": 21.5,
"high": 21.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:25:28.575Z",
"trend_7d": {
"direction": "down",
"percent": -70.77
}
}
}
}