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 Silcoon and put it onto Silcoon. (This counts as evolving Silcoon.) Shuffle your deck afterward.
Flip a coin. If heads, the Defending Pokémon is now Paralyzed.
/api/v1/pokemon/cards/pl1-63vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "pl1-63vrh",
"name": "Silcoon",
"number": "63",
"printed_number": "63",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/63vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/63vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/63vrh.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": "89213",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/63vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/63vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/63vrh.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 Silcoon and put it onto Silcoon. (This counts as evolving Silcoon.) Shuffle your deck afterward."
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Sticky String",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+20"
}
],
"rarity": "Uncommon",
"artist": "Kyoko Umemoto",
"pricing": {
"currency": "USD",
"market": 1.84,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.84
},
{
"condition": "LP",
"price": 1.02
},
{
"condition": "MP",
"price": 0.77
},
{
"condition": "HP",
"price": 0.49
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 4,
"low": 3.5,
"high": 4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 11.49,
"low": 9.77,
"high": 13.21,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:16:33.156Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}