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 a card that evolves from Eevee, reveal it, and put it into your hand. Then, shuffle your deck.
Flip a coin. If tails, this attack does nothing.
/api/v1/pokemon/cards/swshp-SWSH042vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "swshp-SWSH042vh",
"name": "Eevee",
"number": "SWSH042",
"printed_number": "SWSH042",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH042vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH042vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH042vh.large.webp"
}
],
"expansion": {
"id": "swshp",
"name": "SWSH Black Star Promos",
"total": 307,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "PR-SW",
"printed_total": 307,
"release_date": "2019/11/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "220271",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH042vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH042vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH042vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Signs of Evolution",
"text": "Search your deck for a card that evolves from Eevee, reveal it, and put it into your hand. Then, shuffle your deck."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Wild Kick",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "You Iribi",
"pricing": {
"currency": "USD",
"market": 11.25,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.25
},
{
"condition": "LP",
"price": 7.95
},
{
"condition": "MP",
"price": 7.21
},
{
"condition": "HP",
"price": 5.86
},
{
"condition": "DMG",
"price": 6.19
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 110,
"low": 93.5,
"high": 126.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 2.99,
"low": 2.54,
"high": 3.44,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 31.99,
"low": 27.19,
"high": 36.79,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 421.53,
"low": 471.2,
"high": 496.8,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "6",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 11.5,
"low": 9.78,
"high": 13.23,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 15,
"low": 7.54,
"high": 19.4,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 19.5,
"low": 14.1,
"high": 30.49,
"confidence": "high",
"value_kind": "sold",
"sold_count": 10,
"trend": {
"direction": "down",
"percent": -20.4
}
}
],
"market_updated_at": "2026-09-21T02:14:00.982Z",
"trend_7d": {
"direction": "up",
"percent": 0.9
}
}
}
}