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 tails, this attack does nothing.
/api/v1/pokemon/cards/cp4_ja-68?include=prices 200 16ms{
"success": true,
"data": {
"id": "cp4_ja-68",
"name": "Cubone",
"number": "68",
"printed_number": "68",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/68.large.webp"
}
],
"expansion": {
"id": "cp4_ja",
"name": "Premium Champion Pack",
"total": 140,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP4",
"printed_total": 131,
"release_date": "2016/04/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
"translation": {
"en": {
"name": "Premium Champion Pack"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "605565",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/68.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Whimsy Tackle",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "50"
}
],
"rarity": "Common",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 30.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 30.99
},
{
"condition": "LP",
"price": 15
},
{
"condition": "MP",
"price": 14.39
},
{
"condition": "DMG",
"price": 15
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 74.4,
"low": 63.24,
"high": 85.56,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 196.25,
"low": 181.6,
"high": 317,
"confidence": "high",
"value_kind": "sold",
"sold_count": 12
},
{
"company": "PSA",
"grade": "9",
"value": 56.81,
"low": 56.9,
"high": 64.1,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T03:58:35.724Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}