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, the Defending Pokémon is now Paralyzed and discard an Energy attached to the Defending Pokémon.
/api/v1/pokemon/cards/bw11-7?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw11-7",
"name": "Servine",
"number": "7",
"printed_number": "7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/7.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": "89079",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Wring Out",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy attached to the Defending Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Shigenori Negishi",
"pricing": {
"currency": "USD",
"market": 1.31,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.31
},
{
"condition": "LP",
"price": 0.66
},
{
"condition": "MP",
"price": 0.55
},
{
"condition": "HP",
"price": 0.54
},
{
"condition": "DMG",
"price": 0.4
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 4.5,
"low": 3.83,
"high": 5.18,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:19:42.754Z",
"trend_7d": {
"direction": "up",
"percent": 1.55
}
}
}
}