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

This attack does 20 damage times the amount of Energy attached to all of your Pokémon.
/api/v1/pokemon/cards/sm7-10?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm7-10",
"name": "Sceptile",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/10.large.webp"
}
],
"expansion": {
"id": "sm7",
"name": "Celestial Storm",
"total": 187,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CES",
"printed_total": 168,
"release_date": "2018/08/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "170818",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/10.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Grass"
],
"hp": "140",
"abilities": [
{
"name": "Power of Nature",
"text": "Prevent all damage done to your Pokémon that have any Grass Energy attached to them by attacks from your opponent's Ultra Beasts.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Powerful Storm",
"text": "This attack does 20 damage times the amount of Energy attached to all of your Pokémon.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 3.9,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.9
},
{
"condition": "LP",
"price": 2.43
},
{
"condition": "MP",
"price": 1.83
},
{
"condition": "HP",
"price": 1.02
},
{
"condition": "DMG",
"price": 1.74
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 134.5,
"low": 114.33,
"high": 154.67,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 200,
"low": 170,
"high": 230,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:31:57.330Z",
"trend_7d": {
"direction": "up",
"percent": 2.63
}
}
}
}