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 2 Energy from this Pokémon.
/api/v1/pokemon/cards/sssh-104?include=prices 200 18ms{
"success": true,
"data": {
"id": "sssh-104",
"name": "Solgaleo",
"number": "104/150",
"printed_number": "104/150",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-104.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-104.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-104.large.webp"
}
],
"expansion": {
"id": "sssh",
"name": "Shining Synergy (Shower)",
"total": 194,
"language": "Chinese",
"language_code": "zh",
"series": "Sun & Moon",
"printed_total": 194,
"release_date": "2023/01/18",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
"translation": {
"en": {
"name": "Shining Synergy (Shower)"
}
}
},
"language": "Chinese",
"language_code": "zh",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-104.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-104.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-104.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Metal"
],
"hp": "170",
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Sol Fangs",
"text": "Discard 2 Energy from this Pokémon.",
"damage": "180"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Misa Tsutsui",
"pricing": {
"currency": "USD",
"market": 8.5,
"is_stale": true,
"conditions": [],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 76.24,
"low": 72.64,
"high": 75.77,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 26.64,
"low": 24.93,
"high": 27.3,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-19T02:38:35.123Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}