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

Discard a Special Energy from your opponent's Active Pokémon.
Move a Grass Energy from this Pokémon to 1 of your Benched Pokémon.
Heal all damage from each of your Pokémon that has any Grass Energy attached to it. (You can't use more than 1 GX attack in a game.)
/api/v1/pokemon/cards/sm7b_ja-51vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm7b_ja-51vh",
"name": "Sceptile-GX",
"number": "51",
"printed_number": "51",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-51vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-51vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-51vh.large.webp"
}
],
"expansion": {
"id": "sm7b_ja",
"name": "Fairy Rise",
"total": 63,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM7b",
"printed_total": 50,
"release_date": "2018/08/03",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.symbol.png",
"translation": {
"en": {
"name": "Fairy Rise"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "573902",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-51vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-51vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-51vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2",
"GX"
],
"types": [
"Grass"
],
"hp": "230",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Mach Cut",
"text": "Discard a Special Energy from your opponent's Active Pokémon.",
"damage": "60"
},
{
"cost": [
"Grass",
"Grass"
],
"converted_energy_cost": 2,
"name": "Leaf Cyclone",
"text": "Move a Grass Energy from this Pokémon to 1 of your Benched Pokémon.",
"damage": "130"
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Jungle Heal-GX",
"text": "Heal all damage from each of your Pokémon that has any Grass Energy attached to it. (You can't use more than 1 GX attack in a game.)"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Super Rare",
"artist": "Yoshinobu Saito",
"pricing": {
"currency": "USD",
"market": 11.9,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.9
},
{
"condition": "LP",
"price": 10.68
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 16.5,
"low": 16.5,
"high": 16.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 109.47,
"low": 39.54,
"high": 136.84,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 38,
"low": 38,
"high": 38,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:41:28.247Z",
"trend_7d": {
"direction": "up",
"percent": 4.57
}
}
}
}