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

Search your deck for any 1 card. Shuffle your deck, then put that card on top of your deck.
Discard all Energy attached to Jirachi. The Defending Pokémon is Knocked Out at the end of your opponent's next turn.
/api/v1/pokemon/cards/dp5t_ja-443?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp5t_ja-443",
"name": "Jirachi",
"number": "443",
"printed_number": "443",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-443.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-443.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-443.large.webp"
}
],
"expansion": {
"id": "dp5t_ja",
"name": "Temple of Anger",
"total": 64,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP5",
"printed_total": 64,
"release_date": "2008/03/14",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.symbol.png",
"translation": {
"en": {
"name": "Temple of Anger"
}
}
},
"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/dp5t_ja-443.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-443.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-443.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "70",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "One Desire",
"text": "Search your deck for any 1 card. Shuffle your deck, then put that card on top of your deck."
},
{
"cost": [
"Metal",
"Metal"
],
"converted_energy_cost": 2,
"name": "Doom Desire",
"text": "Discard all Energy attached to Jirachi. The Defending Pokémon is Knocked Out at the end of your opponent's next turn."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+20"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Satoshi Ohta",
"pricing": {
"currency": "USD",
"market": 5.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.5
},
{
"condition": "HP",
"price": 2.99
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 9.7,
"low": 8.24,
"high": 11.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 84.5,
"low": 71.83,
"high": 97.18,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 34.75,
"low": 9.5,
"high": 60,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-04T07:34:12.882Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}