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 discard pile for up to 5 Pokémon, show them to your opponent, and shuffle them into your deck.
Flip a coin. If heads, this attack does 10 damage plus 10 more damage.
/api/v1/pokemon/cards/pl2-86vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "pl2-86vrh",
"name": "Weedle",
"number": "86",
"printed_number": "86",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/86vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/86vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/86vrh.large.webp"
}
],
"expansion": {
"id": "pl2",
"name": "Rising Rivals",
"total": 120,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "RR",
"printed_total": 111,
"release_date": "2009/05/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90545",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/86vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/86vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/86vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Rescue String",
"text": "Search your discard pile for up to 5 Pokémon, show them to your opponent, and shuffle them into your deck."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Needling Sting",
"text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 34.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 34.99
},
{
"condition": "LP",
"price": 2.31
},
{
"condition": "MP",
"price": 1.63
},
{
"condition": "HP",
"price": 0.45
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 18.74,
"low": 15.93,
"high": 21.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 36,
"low": 30.6,
"high": 41.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 515.5,
"low": 438.18,
"high": 592.82,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:21:30.919Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}