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/adv1_ja-5?include=prices 200 15ms{
"success": true,
"data": {
"id": "adv1_ja-5",
"name": "Silcoon",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/5.large.webp"
}
],
"expansion": {
"id": "adv1_ja",
"name": "ADV Expansion Pack",
"total": 55,
"language": "Japanese",
"language_code": "ja",
"series": "ADV",
"printed_total": 55,
"release_date": "2003/01/31",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.symbol.png",
"translation": {
"en": {
"name": "ADV Expansion Pack"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "613092",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/5.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": "Non",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 1.19,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.19
}
],
"graded": [],
"market_updated_at": "2026-09-06T03:49:56.336Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}