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

Discard a card from your hand. (If you can't discard a card from your hand, this attack does nothing.)
/api/v1/pokemon/cards/dp4m_ja-236?include=prices 200 26ms{
"success": true,
"data": {
"id": "dp4m_ja-236",
"name": "Unown H",
"number": "236",
"printed_number": "236",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-236.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-236.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-236.large.webp"
}
],
"expansion": {
"id": "dp4m_ja",
"name": "Moonlit Pursuit",
"total": 70,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP4",
"printed_total": 70,
"release_date": "2007/10/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.symbol.png",
"translation": {
"en": {
"name": "Moonlit Pursuit"
}
}
},
"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/dp4m_ja-236.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-236.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-236.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"abilities": [
{
"name": "HEAL",
"text": "Once during your turn (before your attack), if you have Unown H, Unown E, Unown A, and Unown L on your Bench, you may remove all Special Conditions from 1 of your Active Pokémon.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Hidden Power",
"text": "Discard a card from your hand. (If you can't discard a card from your hand, this attack does nothing.)",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+10"
}
],
"rarity": "Rare",
"artist": "Daisuke Ito",
"pricing": {
"currency": "USD",
"market": 2.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.99
},
{
"condition": "MP",
"price": 2.5
}
],
"graded": [],
"market_updated_at": "2026-08-24T06:20:47.589Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}