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

Put all Electropower cards from your discard pile into your hand.
Discard all Lightning Energy from this Pokémon.
Search your deck for up to 7 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)
/api/v1/pokemon/cards/sm8a_ja-6vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm8a_ja-6vh",
"name": "Ampharos-GX",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/6vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/6vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/6vh.large.webp"
}
],
"expansion": {
"id": "sm8a_ja",
"name": "Dark Order",
"total": 65,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM8a",
"printed_total": 52,
"release_date": "2018/10/05",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.symbol.png",
"translation": {
"en": {
"name": "Dark Order"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "573406",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/6vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/6vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/6vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2",
"GX"
],
"types": [
"Lightning"
],
"hp": "240",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Power Recharge",
"text": "Put all Electropower cards from your discard pile into your hand.",
"damage": "30"
},
{
"cost": [
"Lightning",
"Lightning"
],
"converted_energy_cost": 2,
"name": "Impact Bolt",
"text": "Discard all Lightning Energy from this Pokémon.",
"damage": "150"
},
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Electrical-GX",
"text": "Search your deck for up to 7 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Double Rare",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 4.96,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.96
},
{
"condition": "LP",
"price": 3.45
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 21.58,
"low": 20.66,
"high": 24.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 16.99,
"low": 16.99,
"high": 16.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 56.4,
"low": 52,
"high": 52,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "SGC",
"grade": "10",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 30,
"low": 30,
"high": 30,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:54:33.435Z",
"trend_7d": {
"direction": "up",
"percent": 27.51
}
}
}
}