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 all Lightning Energy from this Pokémon.
/api/v1/pokemon/cards/sm8a_ja-5?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm8a_ja-5",
"name": "Flaaffy",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/5.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": "573405",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/5.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "90",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Electric Punch",
"damage": "30"
},
{
"cost": [
"Lightning",
"Lightning"
],
"converted_energy_cost": 2,
"name": "Shock Bolt",
"text": "Discard all Lightning Energy from this Pokémon.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Shibuzoh.",
"pricing": {
"currency": "USD",
"market": 1,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1
},
{
"condition": "LP",
"price": 0.75
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:54:33.435Z",
"trend_7d": {
"direction": "up",
"percent": 212.5
}
}
}
}