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

For each of your Benched Basic Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)
/api/v1/pokemon/cards/sm5s_ja-12vh?include=prices 200 15ms{
"success": true,
"data": {
"id": "sm5s_ja-12vh",
"name": "Leafeon-GX",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/12vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/12vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/12vh.large.webp"
}
],
"expansion": {
"id": "sm5s_ja",
"name": "Ultra Sun",
"total": 78,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM5S",
"printed_total": 66,
"release_date": "2017/12/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.symbol.png",
"translation": {
"en": {
"name": "Ultra Sun"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572071",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/12vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/12vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/12vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"GX"
],
"types": [
"Grass"
],
"hp": "200",
"abilities": [
{
"name": "Breath of the Leaves",
"text": "If this Pokémon is your Active Pokémon, once during your turn (before your attack), you may heal 50 damage from 1 of your Pokémon that has any Energy attached to it.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Solar Beam",
"damage": "110"
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Grand Bloom-GX",
"text": "For each of your Benched Basic Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Double Rare",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 6.04,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6.04
},
{
"condition": "LP",
"price": 3.75
},
{
"condition": "MP",
"price": 3
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 44.05,
"low": 37.44,
"high": 50.66,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "BGS",
"grade": "10",
"value": 32,
"low": 27.2,
"high": 36.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 18.13,
"low": 13.44,
"high": 18.56,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 8.25,
"low": 8,
"high": 8.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 59.99,
"low": 53.25,
"high": 80.96,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
},
{
"company": "PSA",
"grade": "6",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 22.45,
"low": 19.08,
"high": 25.82,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 13.98,
"low": 14.57,
"high": 14.57,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "TAG",
"grade": "9",
"value": 10,
"low": 10,
"high": 10,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:21:32.845Z",
"trend_7d": {
"direction": "up",
"percent": 11.85
}
}
}
}