Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Search your deck for a card that evolves from Cascoon and put it onto Cascoon. (This counts as evolving Cascoon.) Shuffle your deck afterward.
The Defending Pokémon is now Poisoned.
/api/v1/pokemon/cards/pl1-44?include=prices 200 18ms{
"success": true,
"data": {
"id": "pl1-44",
"name": "Cascoon",
"number": "44",
"printed_number": "44",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44.large.webp"
}
],
"expansion": {
"id": "pl1",
"name": "Platinum",
"total": 133,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "PL",
"printed_total": 127,
"release_date": "2009/02/11",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84122",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Ascension",
"text": "Search your deck for a card that evolves from Cascoon and put it onto Cascoon. (This counts as evolving Cascoon.) Shuffle your deck afterward."
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Poison Thread",
"text": "The Defending Pokémon is now Poisoned.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+20"
}
],
"rarity": "Uncommon",
"artist": "Yukiko Baba",
"pricing": {
"currency": "USD",
"market": 0.93,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.93
},
{
"condition": "LP",
"price": 0.57
},
{
"condition": "MP",
"price": 0.49
},
{
"condition": "HP",
"price": 0.44
},
{
"condition": "DMG",
"price": 0.38
}
],
"graded": [
{
"company": "CGC",
"grade": "7.5",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6.5,
"low": 5.53,
"high": 7.48,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9.5,
"low": 8.07,
"high": 10.93,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 8.5,
"low": 7.23,
"high": 9.77,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:16:33.156Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}