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 Baby Pokémon, Basic Pokémon, Evolution card, or basic Energy card, show it to your opponent, and then put it into your hand.
/api/v1/pokemon/cards/ecard2-108?include=prices 200 17ms{
"success": true,
"data": {
"id": "ecard2-108",
"name": "Slowpoke",
"number": "108",
"printed_number": "108",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/108.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/108.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/108.large.webp"
}
],
"expansion": {
"id": "ecard2",
"name": "Aquapolis",
"total": 182,
"language": "English",
"language_code": "en",
"series": "E-Card",
"code": "AQ",
"printed_total": 147,
"release_date": "2003/01/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89325",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/108.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/108.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/108.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Fishing Tail",
"text": "Search your discard pile for a Baby Pokémon, Basic Pokémon, Evolution card, or basic Energy card, show it to your opponent, and then put it into your hand."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Bite",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 18.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 18.99
},
{
"condition": "MP",
"price": 16.17
},
{
"condition": "HP",
"price": 12.97
},
{
"condition": "DMG",
"price": 10.15
}
],
"graded": [
{
"company": "ACE",
"grade": "9",
"value": 96.64,
"low": 96.64,
"high": 96.64,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "BGS",
"grade": "9",
"value": 50,
"low": 50,
"high": 50,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "10",
"value": 55,
"low": 50,
"high": 235,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 16.8,
"low": 14.28,
"high": 19.32,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 62.31,
"low": 31.14,
"high": 405.9,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
},
{
"company": "CGC",
"grade": "9.5",
"value": 88.4,
"low": 149.99,
"high": 149.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 81,
"low": 73,
"high": 680.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 29.43,
"low": 33,
"high": 33,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 54.5,
"low": 59.99,
"high": 59.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 72.1,
"low": 56.8,
"high": 445,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "9",
"value": 169.5,
"low": 148.7,
"high": 193.9,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-22T02:25:58.336Z",
"trend_7d": {
"direction": "flat",
"percent": 0.48
}
}
}
}