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 until you get tails. This attack does 30 damage times the number of heads.
This attack's damage isn't affected by Resistance.
/api/v1/pokemon/cards/xyp_ja-214?include=prices 200 17ms{
"success": true,
"data": {
"id": "xyp_ja-214",
"name": "Lucario",
"number": "214",
"printed_number": "214",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/214.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/214.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/214.large.webp"
}
],
"expansion": {
"id": "xyp_ja",
"name": "XY Promos",
"total": 299,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"printed_total": 299,
"release_date": "2013/08/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
"translation": {
"en": {
"name": "XY Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/214.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/214.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/214.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "100",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Bone Rush",
"text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
"damage": "30×"
},
{
"cost": [
"Fighting",
"Fighting",
"Fighting"
],
"converted_energy_cost": 3,
"name": "Mach Claw",
"text": "This attack's damage isn't affected by Resistance.",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "Naoki Saito",
"pricing": {
"currency": "USD",
"market": 55.08,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 55.08
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 520,
"low": 280,
"high": 760,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "1",
"value": 100,
"low": 85,
"high": 115,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 112,
"low": 106.64,
"high": 119.96,
"confidence": "high",
"value_kind": "sold",
"sold_count": 9
},
{
"company": "PSA",
"grade": "9",
"value": 399,
"low": 210.5,
"high": 399,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "TAG",
"grade": "10",
"value": 51,
"low": 51,
"high": 51,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:47:57.605Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}