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

The Defending Pokémon can't retreat until the end of your opponent's next turn.
/api/v1/pokemon/cards/ex1-43?include=prices 200 15ms{
"success": true,
"data": {
"id": "ex1-43",
"name": "Silcoon",
"number": "43",
"printed_number": "43",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/43.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/43.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/43.large.webp"
}
],
"expansion": {
"id": "ex1",
"name": "Ruby & Sapphire",
"total": 109,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "RS",
"printed_total": 109,
"release_date": "2003/07/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89210",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/43.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/43.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/43.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "60",
"abilities": [
{
"name": "Hard Cocoon",
"text": "During your opponent's turn, if Silcoon would be damaged by an opponent's attack (after applying Weakness and Resistance), flip a coin. If heads, reduce that damage by 30.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Gooey Thread",
"text": "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 2.09,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.09
},
{
"condition": "LP",
"price": 1.51
},
{
"condition": "MP",
"price": 1.08
},
{
"condition": "HP",
"price": 1.22
},
{
"condition": "DMG",
"price": 1.01
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 59.99,
"low": 50.99,
"high": 68.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 21.47,
"low": 29.99,
"high": 29.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:36:47.744Z",
"trend_7d": {
"direction": "up",
"percent": 4.5
}
}
}
}