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 3 cards.
Flip 2 coins. This attack does 50 damage for each heads.
/api/v1/pokemon/cards/sm5-102vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm5-102vrh",
"name": "Lickitung",
"number": "102",
"printed_number": "102",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/102vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/102vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/102vrh.large.webp"
}
],
"expansion": {
"id": "sm5",
"name": "Ultra Prism",
"total": 178,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UPR",
"printed_total": 156,
"release_date": "2018/02/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "157719",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/102vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/102vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/102vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "100",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Lap Up",
"text": "Draw 3 cards."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Slam",
"text": "Flip 2 coins. This attack does 50 damage for each heads.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 0.56,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.56
},
{
"condition": "LP",
"price": 0.46
},
{
"condition": "MP",
"price": 0.35
},
{
"condition": "HP",
"price": 0.33
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:26:03.595Z",
"trend_7d": {
"direction": "down",
"percent": -1.75
}
}
}
}