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 30 more damage.
/api/v1/pokemon/cards/tk9b-14?include=prices 200 17ms{
"success": true,
"data": {
"id": "tk9b-14",
"name": "Pikachu Libre",
"number": "14",
"printed_number": "14",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-14.large.webp"
}
],
"expansion": {
"id": "tk9b",
"name": "XY Trainer Kit Pikachu Libre",
"total": 30,
"language": "English",
"language_code": "en",
"series": "XY",
"printed_total": 30,
"release_date": "2016/04/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9b.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9b.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "118819",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-14.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Quick Attack",
"text": "Flip a coin. If heads, this attack does 30 more damage.",
"damage": "10+"
},
{
"cost": [
"Lightning",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Flying Elekick",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Yoshinobu Saito",
"pricing": {
"currency": "USD",
"market": 22.47,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 22.47
},
{
"condition": "LP",
"price": 10.45
},
{
"condition": "MP",
"price": 7.71
},
{
"condition": "HP",
"price": 5.08
},
{
"condition": "DMG",
"price": 4.62
}
],
"graded": [
{
"company": "PSA",
"grade": "1",
"value": 125,
"low": 125,
"high": 125,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 199.99,
"low": 175.99,
"high": 200.85,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 350,
"low": 310,
"high": 386,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-22T02:51:48.187Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}