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, this attack does 20 more damage.
/api/v1/pokemon/cards/xy9_ja-33?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy9_ja-33",
"name": "Drowzee",
"number": "33",
"printed_number": "33",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/33.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/33.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/33.large.webp"
}
],
"expansion": {
"id": "xy9_ja",
"name": "Rage of the Broken Heavens",
"total": 89,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY9",
"printed_total": 80,
"release_date": "2015/12/11",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.symbol.png",
"translation": {
"en": {
"name": "Rage of the Broken Heavens"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "604142",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/33.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/33.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/33.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "70",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Mumble",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Focused Wish",
"text": "Flip a coin. If heads, this attack does 20 more damage.",
"damage": "10+"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Shigenori Negishi",
"pricing": {
"currency": "USD",
"market": 1.97,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.97
},
{
"condition": "LP",
"price": 0.5
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-07-16T03:04:58.680Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}