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, reveal it, and put it into your hand. Then, shuffle your deck.
Discard all Energy from this Pokémon.
/api/v1/pokemon/cards/smp_ja-86?include=prices 200 21ms{
"success": true,
"data": {
"id": "smp_ja-86",
"name": "Ash's Pikachu",
"number": "86",
"printed_number": "86",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/86.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/86.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/86.large.webp"
}
],
"expansion": {
"id": "smp_ja",
"name": "Sun & Moon Promos",
"total": 409,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"printed_total": 409,
"release_date": "2016/11/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.symbol.png",
"translation": {
"en": {
"name": "Sun & Moon 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/smp_ja/86.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/86.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/86.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "I Choose You!",
"text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck."
},
{
"cost": [
"Lightning",
"Lightning",
"Lightning"
],
"converted_energy_cost": 3,
"name": "Thunderbolt",
"text": "Discard all Energy from this Pokémon.",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Promo",
"artist": "2017 Pikachu Project",
"pricing": {
"currency": "USD",
"market": 763.2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 763.2
},
{
"condition": "HP",
"price": 39.99
},
{
"condition": "DMG",
"price": 20
}
],
"graded": [
{
"company": "PSA",
"grade": "1",
"value": 158.91,
"low": 118.95,
"high": 146.55,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "10",
"value": 2051,
"low": 455.26,
"high": 12676.6,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "7",
"value": 72.96,
"low": 63.9,
"high": 87.1,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 254.17,
"low": 263,
"high": 263,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T08:07:15.665Z",
"trend_7d": {
"direction": "down",
"percent": -1.85
}
}
}
}