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 3 coins. For each heads, search your deck for Pikachu, and put it onto your Bench. Shuffle your deck afterward.
/api/v1/pokemon/cards/xyp_ja-70?include=prices 200 30ms{
"success": true,
"data": {
"id": "xyp_ja-70",
"name": "Pikachu",
"number": "70",
"printed_number": "70",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/70.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/70.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/70.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/70.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/70.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/70.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"attacks": [
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Outbreak!?",
"text": "Flip 3 coins. For each heads, search your deck for Pikachu, and put it onto your Bench. Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Promo",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 85,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 85
}
],
"graded": [
{
"company": "CGC",
"grade": "6.5",
"value": 130.95,
"low": 126,
"high": 126,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "7.5",
"value": 186,
"low": 158.1,
"high": 213.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 2650,
"low": 2508.4,
"high": 3010,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "2",
"value": 27,
"low": 22.95,
"high": 31.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 129.55,
"low": 144,
"high": 144,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 81.5,
"low": 29,
"high": 81.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 42.3,
"low": 29.4,
"high": 56.6,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 182.5,
"low": 43.06,
"high": 303.4,
"confidence": "high",
"value_kind": "sold",
"sold_count": 7
},
{
"company": "PSA",
"grade": "9",
"value": 455,
"low": 269.97,
"high": 1128,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
}
],
"market_updated_at": "2026-09-22T08:05:55.131Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}