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/bw11-33?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw11-33",
"name": "Piplup",
"number": "33",
"printed_number": "33",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/33.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/33.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/33.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": "88153",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/33.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/33.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/33.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Water Splash",
"text": "Flip a coin. If heads, this attack does 20 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 4.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.32
},
{
"condition": "LP",
"price": 2.36
},
{
"condition": "MP",
"price": 1.48
},
{
"condition": "HP",
"price": 0.6
},
{
"condition": "DMG",
"price": 0.68
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 28.99,
"low": 24.64,
"high": 33.34,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 16,
"low": 15.5,
"high": 16,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:19:42.754Z",
"trend_7d": {
"direction": "up",
"percent": 9.64
}
}
}
}