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 an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/ex2-27vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex2-27vrh",
"name": "Anorith",
"number": "27",
"printed_number": "27",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/27vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/27vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/27vrh.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": "83557",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/27vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/27vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/27vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Fast Evolution",
"text": "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Pierce",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 12.24,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 12.24
},
{
"condition": "LP",
"price": 6.11
},
{
"condition": "MP",
"price": 6.06
},
{
"condition": "HP",
"price": 3.39
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 39.76,
"low": 17,
"high": 62.51,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 8.39,
"low": 8.39,
"high": 8.39,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8.5",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 31.4,
"low": 49,
"high": 49,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 150,
"low": 150,
"high": 524.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 13.03,
"low": 10,
"high": 10,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 33.23,
"low": 39.02,
"high": 39.02,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-17T04:34:11.698Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}