Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Look at the top 7 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.
Discard all Energy attached to this Pokémon. The Defending Pokémon is Knocked Out at the end of your opponent's next turn.
/api/v1/pokemon/cards/xy6_ja-35vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "xy6_ja-35vh",
"name": "Jirachi",
"number": "35",
"printed_number": "35",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/35vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/35vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/35vh.large.webp"
}
],
"expansion": {
"id": "xy6_ja",
"name": "Emerald Break",
"total": 91,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY6",
"printed_total": 78,
"release_date": "2015/03/14",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.symbol.png",
"translation": {
"en": {
"name": "Emerald Break"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603840",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/35vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/35vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/35vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "70",
"attacks": [
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Dimunitive Desire",
"text": "Look at the top 7 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck."
},
{
"cost": [
"Metal",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Doom Desire",
"text": "Discard all Energy attached to this Pokémon. The Defending Pokémon is Knocked Out at the end of your opponent's next turn."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Sanosuke Sakuma",
"pricing": {
"currency": "USD",
"market": 17.98,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 17.98
},
{
"condition": "LP",
"price": 9.99
}
],
"graded": [
{
"company": "BGS",
"grade": "9.5",
"value": 46,
"low": 39.1,
"high": 52.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 35,
"low": 35,
"high": 61.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 138.5,
"low": 58.6,
"high": 298.25,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
},
{
"company": "PSA",
"grade": "9",
"value": 48.43,
"low": 60.1,
"high": 60.9,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-07-16T02:53:57.198Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}