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 30 more damage.
/api/v1/pokemon/cards/bw11-RC2vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw11-RC2vh",
"name": "Servine",
"number": "RC2",
"printed_number": "RC2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC2vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC2vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC2vh.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": "89080",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC2vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC2vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC2vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Leaf Blade",
"text": "Flip a coin. If heads, this attack does 30 more damage.",
"damage": "10"
},
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Vine Whip",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "kirisAki",
"pricing": {
"currency": "USD",
"market": 2.37,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.37
},
{
"condition": "LP",
"price": 1.66
},
{
"condition": "MP",
"price": 1.12
},
{
"condition": "HP",
"price": 0.62
},
{
"condition": "DMG",
"price": 0.52
}
],
"graded": [
{
"company": "PSA",
"grade": "6",
"value": 5,
"low": 5,
"high": 5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 40,
"low": 17.87,
"high": 48,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:19:42.754Z",
"trend_7d": {
"direction": "down",
"percent": -5.2
}
}
}
}