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

/api/v1/pokemon/cards/swsh10a_ja-20?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh10a_ja-20",
"name": "Clefable",
"number": "20",
"printed_number": "20",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/20.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/20.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/20.large.webp"
}
],
"expansion": {
"id": "swsh10a_ja",
"name": "Dark Phantasma",
"total": 99,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S10a",
"printed_total": 71,
"release_date": "2022/05/13",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.symbol.png",
"translation": {
"en": {
"name": "Dark Phantasma"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "570683",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/20.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/20.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/20.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "100",
"abilities": [
{
"name": "Mystic Protection",
"text": "All of your Pokémon take 30 less damage from the attacks of your opponent's Dragon Pokémon (after applying Weakness and Resistance). You can't apply more than 1 Mystic Protection Ability at a time.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Moon Impact",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Sekio",
"pricing": {
"currency": "USD",
"market": 0.34,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.34
},
{
"condition": "LP",
"price": 0.13
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 1.99,
"low": 1.69,
"high": 2.29,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:27:38.282Z",
"trend_7d": {
"direction": "up",
"percent": 3.03
}
}
}
}