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, show it to your opponent, and put it into your hand.
Skitty does 10 damage to itself.
/api/v1/pokemon/cards/ex2-79?include=prices 200 19ms{
"success": true,
"data": {
"id": "ex2-79",
"name": "Skitty",
"number": "79",
"printed_number": "79",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/79.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/79.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/79.large.webp"
}
],
"expansion": {
"id": "ex2",
"name": "Sandstorm",
"total": 100,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "SS",
"printed_total": 100,
"release_date": "2003/09/18",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89262",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/79.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/79.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/79.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Energy Catch",
"text": "Search your discard pile for a basic Energy card, show it to your opponent, and put it into your hand."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Double-edge",
"text": "Skitty does 10 damage to itself.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 4,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4
},
{
"condition": "MP",
"price": 3.57
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 47.5,
"low": 29.5,
"high": 71,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "10",
"value": 200,
"low": 170,
"high": 230,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 19.35,
"low": 17.94,
"high": 17.94,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:40:03.954Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}