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 up to 2 basic Energy cards and attach them to any of your Pokémon (excluding Pokémon-ex) in any way you like. Shuffle your deck afterward.
The Defending Pokémon is now Poisoned.
/api/v1/pokemon/cards/ex6-43?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex6-43",
"name": "Parasect",
"number": "43",
"printed_number": "43",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/43.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/43.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/43.large.webp"
}
],
"expansion": {
"id": "ex6",
"name": "FireRed & LeafGreen",
"total": 116,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "RG",
"printed_total": 112,
"release_date": "2004/09/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87957",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/43.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/43.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/43.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "70",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Energy Powder",
"text": "Search your deck for up to 2 basic Energy cards and attach them to any of your Pokémon (excluding Pokémon-ex) in any way you like. Shuffle your deck afterward."
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Toxic Spore",
"text": "The Defending Pokémon is now Poisoned.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 14.37,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 14.37
},
{
"condition": "LP",
"price": 13.66
},
{
"condition": "MP",
"price": 9.26
},
{
"condition": "HP",
"price": 4.06
},
{
"condition": "DMG",
"price": 6.7
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 47.12,
"low": 47.12,
"high": 47.12,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "10",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 19.99,
"low": 16.99,
"high": 22.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 22.03,
"low": 13.5,
"high": 13.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:08:11.992Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}