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

Flip a coin. If heads, search your deck for a basic Energy card and attach it to Latios. Shuffle your deck afterward.
Discard 3 Energy attached to Latios.
/api/v1/pokemon/cards/pop7-4?include=prices 200 16ms{
"success": true,
"data": {
"id": "pop7-4",
"name": "Latios",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/4.large.webp"
}
],
"expansion": {
"id": "pop7",
"name": "POP Series 7",
"total": 17,
"language": "English",
"language_code": "en",
"series": "POP",
"printed_total": 17,
"release_date": "2008/03/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86666",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/4.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Energy Draw",
"text": "Flip a coin. If heads, search your deck for a basic Energy card and attach it to Latios. Shuffle your deck afterward.",
"damage": "10"
},
{
"cost": [
"Grass",
"Lightning",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Luster Purge",
"text": "Discard 3 Energy attached to Latios.",
"damage": "120"
}
],
"weaknesses": [
{
"type": "Colorless",
"value": "+20"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Daisuke Ito",
"pricing": {
"currency": "USD",
"market": 11.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.99
},
{
"condition": "LP",
"price": 11.31
},
{
"condition": "MP",
"price": 9.67
},
{
"condition": "HP",
"price": 4.61
},
{
"condition": "DMG",
"price": 2.76
}
],
"graded": [
{
"company": "CGC",
"grade": "6.5",
"value": 59.99,
"low": 50.99,
"high": 68.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 130,
"low": 122.5,
"high": 137.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 125,
"low": 106.25,
"high": 143.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 202,
"low": 171.7,
"high": 232.3,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 49,
"low": 41.65,
"high": 56.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 36.08,
"low": 47.29,
"high": 49.7,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 38,
"low": 32.3,
"high": 43.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 125,
"low": 106.25,
"high": 143.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "SGC",
"grade": "5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:40:56.311Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}