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 2 coins. This attack does 10 damage times the number of heads.
/api/v1/pokemon/cards/bw11-64vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "bw11-64vrh",
"name": "Woobat",
"number": "64",
"printed_number": "64",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/64vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/64vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/64vrh.large.webp"
}
],
"expansion": {
"id": "bw11",
"name": "Legendary Treasures",
"total": 140,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "LTR",
"printed_total": 113,
"release_date": "2013/11/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90628",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/64vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/64vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/64vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Dual Cut",
"text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 2.58,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.58
},
{
"condition": "LP",
"price": 0.68
},
{
"condition": "MP",
"price": 1.52
},
{
"condition": "DMG",
"price": 0.35
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:19:42.754Z",
"trend_7d": {
"direction": "up",
"percent": 34.38
}
}
}
}