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

Draw a card.
Flip a coin. If heads, this attack does 20 more damage.
/api/v1/pokemon/cards/sm4-30?include=prices 200 19ms{
"success": true,
"data": {
"id": "sm4-30",
"name": "Pikachu",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/30.large.webp"
}
],
"expansion": {
"id": "sm4",
"name": "Crimson Invasion",
"total": 126,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CIN",
"printed_total": 111,
"release_date": "2017/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "149053",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/30.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Pika Draw",
"text": "Draw a card."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Quick Attack",
"text": "Flip a coin. If heads, this attack does 20 more damage.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Shibuzoh.",
"pricing": {
"currency": "USD",
"market": 2.95,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.95
},
{
"condition": "LP",
"price": 1.88
},
{
"condition": "MP",
"price": 1.74
},
{
"condition": "HP",
"price": 0.9
},
{
"condition": "DMG",
"price": 0.74
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 40.48,
"low": 39,
"high": 85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 5.5,
"low": 4.68,
"high": 6.32,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 11,
"low": 6,
"high": 15,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 249,
"low": 224.37,
"high": 274,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 26.76,
"low": 26.76,
"high": 26.76,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 24.73,
"low": 36,
"high": 36,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 21.6,
"low": 20.81,
"high": 27.34,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 20.5,
"low": 15,
"high": 20.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:58:38.868Z",
"trend_7d": {
"direction": "up",
"percent": 1.03
}
}
}
}