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 3 Pokémon of different types that evolve from Eevee. Reveal them and put them into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/bw9-90vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw9-90vrh",
"name": "Eevee",
"number": "90",
"printed_number": "90",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/90vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/90vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/90vrh.large.webp"
}
],
"expansion": {
"id": "bw9",
"name": "Plasma Freeze",
"total": 122,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLF",
"printed_total": 116,
"release_date": "2013/05/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85093",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/90vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/90vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/90vrh.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 3 Pokémon of different types that evolve from Eevee. Reveal them and put them into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Bite",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Toyste Beach",
"pricing": {
"currency": "USD",
"market": 18.84,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 18.84
},
{
"condition": "LP",
"price": 10.97
},
{
"condition": "MP",
"price": 6.81
},
{
"condition": "HP",
"price": 7.46
},
{
"condition": "DMG",
"price": 3.5
}
],
"graded": [
{
"company": "CGC",
"grade": "7.5",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 29.99,
"low": 25.49,
"high": 34.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 22.25,
"low": 25,
"high": 25,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 11,
"low": 11,
"high": 12.54,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 28.5,
"low": 24.23,
"high": 32.78,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:11:45.869Z",
"trend_7d": {
"direction": "flat",
"percent": 0.05
}
}
}
}