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

You may draw cards until you have 6 cards in your hand.
/api/v1/pokemon/cards/sssm-093?include=prices 200 19ms{
"success": true,
"data": {
"id": "sssm-093",
"name": "Dedenne",
"number": "093/150",
"printed_number": "093/150",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-093.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-093.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-093.large.webp"
}
],
"expansion": {
"id": "sssm",
"name": "Shining Synergy (Summon)",
"total": 192,
"language": "Chinese",
"language_code": "zh",
"series": "Sun & Moon",
"printed_total": 192,
"release_date": "2023/01/18",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
"translation": {
"en": {
"name": "Shining Synergy (Summon)"
}
}
},
"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/sssm-093.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-093.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-093.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Return",
"text": "You may draw cards until you have 6 cards in your hand.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Saya Tsuruta",
"pricing": {
"currency": "USD",
"market": null,
"is_stale": false,
"conditions": [],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 64.99,
"low": 52.98,
"high": 76.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "10",
"value": 100,
"low": 71.2,
"high": 174.4,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "9",
"value": 25.7,
"low": 23.55,
"high": 27.84,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-19T02:34:33.581Z"
}
}
}