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, the Defending Pokémon is now Confused.
/api/v1/pokemon/cards/dp3_ja-247?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp3_ja-247",
"name": "Unown S",
"number": "247",
"printed_number": "247",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-247.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-247.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-247.large.webp"
}
],
"expansion": {
"id": "dp3_ja",
"name": "Shining Darkness",
"total": 119,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP3",
"printed_total": 119,
"release_date": "2007/07/05",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.symbol.png",
"translation": {
"en": {
"name": "Shining Darkness"
}
}
},
"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/dp3_ja-247.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-247.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-247.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"abilities": [
{
"name": "SET",
"text": "Once during your turn (before your attack), if you have Unown S, Unown E, and Unown T on your Bench, you may flip a coin. If heads, search your discard pile for an Energy card, show it to your opponent, and put it on top of your deck.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Hidden Power",
"text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+10"
}
],
"rarity": "Rare",
"artist": "Kazuyuki Kano",
"pricing": {
"currency": "USD",
"market": 7.71,
"is_stale": true,
"conditions": [
{
"condition": "NM",
"price": 7.71
},
{
"condition": "MP",
"price": 1.35
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:51:18.828Z",
"trend_7d": {
"direction": "down",
"percent": -3.5
}
}
}
}