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 a coin. If heads, this attack does 30 more damage.
/api/v1/pokemon/cards/cp4_ja-93?include=prices 200 19ms{
"success": true,
"data": {
"id": "cp4_ja-93",
"name": "Kangaskhan-EX",
"number": "93",
"printed_number": "93",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/93.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/93.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/93.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": "605590",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/93.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/93.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/93.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Colorless"
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Triple Draw",
"text": "Draw 3 cards."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Kindred Kick",
"text": "Flip a coin. If heads, this attack does 30 more damage.",
"damage": "70+"
}
],
"rarity": "Common",
"artist": "Eske Yoshinob",
"pricing": {
"currency": "USD",
"market": 5.02,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.02
},
{
"condition": "HP",
"price": 3
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 18.5,
"low": 15.73,
"high": 21.28,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:58:35.724Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}