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

Choose up to 3 cards from your hand and put them on top of your deck. Then search your deck for that many basic Energy cards. Show those cards to your opponent, then put them into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/gym1-94vuu?include=prices 200 24ms{
"success": true,
"data": {
"id": "gym1-94vuu",
"name": "Sabrina's Mr. Mime",
"number": "94",
"printed_number": "94",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/94vuu.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/94vuu.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/94vuu.large.webp"
}
],
"expansion": {
"id": "gym1-unlimited",
"name": "Gym Heroes Unlimited",
"total": 132,
"language": "English",
"language_code": "en",
"series": "Gym",
"printed_total": 132,
"release_date": "2000/08/14",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88884",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/94vuu.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/94vuu.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/94vuu.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Sleight of Hand",
"text": "Choose up to 3 cards from your hand and put them on top of your deck. Then search your deck for that many basic Energy cards. Show those cards to your opponent, then put them into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Slap",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 2.14,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.14
},
{
"condition": "LP",
"price": 1.28
},
{
"condition": "MP",
"price": 0.92
},
{
"condition": "HP",
"price": 0.7
},
{
"condition": "DMG",
"price": 0.83
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 51.25,
"low": 33.38,
"high": 57,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 16.88,
"low": 10.94,
"high": 22.82,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 8,
"low": 8,
"high": 16,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 15.5,
"low": 15.5,
"high": 15.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 46.8,
"low": 39.78,
"high": 53.82,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 50,
"low": 50,
"high": 77.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 11,
"low": 11,
"high": 18,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 12,
"low": 12,
"high": 24.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:17:08.750Z",
"trend_7d": {
"direction": "flat",
"percent": 0.47
}
}
}
}