Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Put a card from your discard pile on top of your deck.
Return this Pokémon and all cards attached to it to your hand.
/api/v1/pokemon/cards/bw11-36?include=prices 200 18ms{
"success": true,
"data": {
"id": "bw11-36",
"name": "Phione",
"number": "36",
"printed_number": "36",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/36.large.webp"
}
],
"expansion": {
"id": "bw11",
"name": "Legendary Treasures",
"total": 140,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "LTR",
"printed_total": 113,
"release_date": "2013/11/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88009",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/36.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Pull Out",
"text": "Put a card from your discard pile on top of your deck."
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Aqua Boomerang",
"text": "Return this Pokémon and all cards attached to it to your hand.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "kawayoo",
"pricing": {
"currency": "USD",
"market": 1.54,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.54
},
{
"condition": "LP",
"price": 1.29
},
{
"condition": "MP",
"price": 1.37
},
{
"condition": "HP",
"price": 0.48
},
{
"condition": "DMG",
"price": 0.77
}
],
"graded": [
{
"company": "PSA",
"grade": "6",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:19:42.754Z",
"trend_7d": {
"direction": "up",
"percent": 1.99
}
}
}
}