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 Wurmple and put it on Wurmple. (This counts as evolving Wurmple.) Shuffle your deck afterward.
Flip a coin. If heads, choose 1 Special Condition. Each Defending Pokémon is now affected by that Special Condition.
/api/v1/pokemon/cards/ex8-82?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex8-82",
"name": "Wurmple",
"number": "82",
"printed_number": "82",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/82.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/82.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/82.large.webp"
}
],
"expansion": {
"id": "ex8",
"name": "Deoxys",
"total": 108,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "DX",
"printed_total": 107,
"release_date": "2005/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90649",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/82.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/82.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/82.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Ascension",
"text": "Search your deck for a card that evolves from Wurmple and put it on Wurmple. (This counts as evolving Wurmple.) Shuffle your deck afterward."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Miracle Essence",
"text": "Flip a coin. If heads, choose 1 Special Condition. Each Defending Pokémon is now affected by that Special Condition."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 0.85,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.85
},
{
"condition": "LP",
"price": 0.51
},
{
"condition": "MP",
"price": 0.46
},
{
"condition": "HP",
"price": 0.32
},
{
"condition": "DMG",
"price": 0.44
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 29,
"low": 28.01,
"high": 29.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 20.5,
"low": 17.43,
"high": 23.58,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 31.05,
"low": 23.4,
"high": 50.6,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "9.5",
"value": 37,
"low": 31.45,
"high": 42.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 138.5,
"low": 117.73,
"high": 159.27,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 13.75,
"low": 6.5,
"high": 15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 59.43,
"low": 28.9,
"high": 128.1,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-11T02:27:43.651Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}