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

Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like.
/api/v1/pokemon/cards/sm7a_ja-2?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm7a_ja-2",
"name": "Shuckle",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/2.large.webp"
}
],
"expansion": {
"id": "sm7a_ja",
"name": "Thunderclap Spark",
"total": 73,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM7a",
"printed_total": 60,
"release_date": "2018/07/06",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.symbol.png",
"translation": {
"en": {
"name": "Thunderclap Spark"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572462",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/2.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"abilities": [
{
"name": "Fresh Squeezed",
"text": "When you play this Pokémon from your hand onto your Bench during your turn, you may search your deck for up to 3 basic Energy cards and discard them. Then, shuffle your deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Energy Drink",
"text": "Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 0.96,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.96
},
{
"condition": "LP",
"price": 0.5
},
{
"condition": "HP",
"price": 0.65
},
{
"condition": "DMG",
"price": 0.55
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 10.09,
"low": 8.58,
"high": 11.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 70,
"low": 59.5,
"high": 80.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 26.25,
"low": 12.5,
"high": 12.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T09:48:30.188Z",
"trend_7d": {
"direction": "down",
"percent": -41.1
}
}
}
}