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 40 damage plus 20 more damage and remove 2 damage counters from Roserade C.
/api/v1/pokemon/cards/pl3-40?include=prices 200 19ms{
"success": true,
"data": {
"id": "pl3-40",
"name": "Roserade C",
"number": "40",
"printed_number": "40",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/40.large.webp"
}
],
"expansion": {
"id": "pl3",
"name": "Supreme Victors",
"total": 153,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "SV",
"printed_total": 147,
"release_date": "2009/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88833",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/40.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"SP"
],
"types": [
"Psychic"
],
"hp": "90",
"abilities": [
{
"name": "Natural Cure",
"text": "When you attach an Energy card from your hand to Roserade C, remove all Special Conditions from Roserade C.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Magical Leaf",
"text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage and remove 2 damage counters from Roserade C.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "kawayoo",
"pricing": {
"currency": "USD",
"market": 3.15,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.15
},
{
"condition": "LP",
"price": 1.77
},
{
"condition": "MP",
"price": 1.62
},
{
"condition": "HP",
"price": 1.16
},
{
"condition": "DMG",
"price": 0.87
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 22,
"low": 18.7,
"high": 25.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:56:00.782Z",
"trend_7d": {
"direction": "flat",
"percent": 0.32
}
}
}
}