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 during your opponent's next turn.
Flip 2 coins. This attack does 20 damage times the number of heads.
/api/v1/pokemon/cards/dp2-103?include=prices 200 18ms{
"success": true,
"data": {
"id": "dp2-103",
"name": "Spinarak",
"number": "103",
"printed_number": "103",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/103.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/103.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/103.large.webp"
}
],
"expansion": {
"id": "dp2",
"name": "Mysterious Treasures",
"total": 124,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MT",
"printed_total": 123,
"release_date": "2007/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89457",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/103.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/103.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/103.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Impound",
"text": "The Defending Pokémon can't retreat during your opponent's next turn."
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Double Scratch",
"text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 0.24,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.24
},
{
"condition": "LP",
"price": 0.2
},
{
"condition": "MP",
"price": 0.02
},
{
"condition": "HP",
"price": 0.11
},
{
"condition": "DMG",
"price": 0.09
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 8.5,
"low": 7.23,
"high": 9.77,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 5.5,
"low": 4.68,
"high": 6.32,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:30:25.245Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}