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 deck for up to 3 in any combination of Grass Pokémon and Stadium cards, reveal them, and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/me1-12vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "me1-12vrh",
"name": "Celebi",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/12vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/12vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/12vrh.large.webp"
}
],
"expansion": {
"id": "me1",
"name": "Mega Evolution",
"total": 188,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "MEG",
"printed_total": 132,
"release_date": "2025/09/26",
"logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
"symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "654351",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/12vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/12vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/12vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Traverse Time",
"text": "Search your deck for up to 3 in any combination of Grass Pokémon and Stadium cards, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Solar Cutter",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Naoki Saito",
"pricing": {
"currency": "USD",
"market": 0.26,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.26
},
{
"condition": "LP",
"price": 0.23
},
{
"condition": "MP",
"price": 0.12
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 24.99,
"low": 21.24,
"high": 28.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 37.66,
"low": 32.01,
"high": 43.31,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 15.99,
"low": 15.87,
"high": 15.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:28:19.868Z",
"trend_7d": {
"direction": "down",
"percent": -10.34
}
}
}
}