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

Flip a coin. If heads, this attack does 20 damage plus 10 more damage.
/api/v1/pokemon/cards/col1-66?include=prices 200 17ms{
"success": true,
"data": {
"id": "col1-66",
"name": "Phanpy",
"number": "66",
"printed_number": "66",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/66.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/66.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/66.large.webp"
}
],
"expansion": {
"id": "col1",
"name": "Call of Legends",
"total": 106,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "CL",
"printed_total": 95,
"release_date": "2011/02/09",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88004",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/66.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/66.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/66.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "60",
"abilities": [
{
"name": "Ultra-Thick Skin",
"text": "As long as Phanpy has Energy attached to it, any damage done to Phanpy by attacks is reduced by 10 (after applying Weakness and Resistance).",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Rock Smash",
"text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 0.44,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.44
},
{
"condition": "LP",
"price": 0.3
},
{
"condition": "MP",
"price": 0.21
},
{
"condition": "HP",
"price": 0.17
},
{
"condition": "DMG",
"price": 0.23
}
],
"graded": [
{
"company": "CGC",
"grade": "7.5",
"value": 21.99,
"low": 18.69,
"high": 25.29,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 15.57,
"low": 13.23,
"high": 17.91,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:35:50.578Z",
"trend_7d": {
"direction": "up",
"percent": 2.33
}
}
}
}