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 a basic Energy card and attach it to Poliwhirl.
Flip a coin. If heads, the Defending Pokémon is now Paralyzed.
/api/v1/pokemon/cards/ex6-46?include=prices 200 18ms{
"success": true,
"data": {
"id": "ex6-46",
"name": "Poliwhirl",
"number": "46",
"printed_number": "46",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/46.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/46.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/46.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": "88265",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/46.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/46.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/46.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Energy Stream",
"text": "Search your discard pile for a basic Energy card and attach it to Poliwhirl.",
"damage": "10"
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Bubble",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 2.73,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.73
},
{
"condition": "LP",
"price": 2.04
},
{
"condition": "MP",
"price": 1.64
},
{
"condition": "HP",
"price": 1.13
},
{
"condition": "DMG",
"price": 0.95
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 91,
"low": 59.49,
"high": 174.4,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 240,
"low": 112.5,
"high": 282.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 23.5,
"low": 19.97,
"high": 27.03,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 40.5,
"low": 35,
"high": 35,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:07:34.216Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}