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 2 cards that evolve from Eevee, show them to your opponent, and put them into your hand. Shuffle your deck afterward.
Switch Eevee with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/pt2_ja-68?include=prices 200 15ms{
"success": true,
"data": {
"id": "pt2_ja-68",
"name": "Eevee",
"number": "68",
"printed_number": "68",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/68.large.webp"
}
],
"expansion": {
"id": "pt2_ja",
"name": "Bonds to the End of Time",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "Platinum",
"code": "PT2",
"printed_total": 90,
"release_date": "2008/12/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.symbol.png",
"translation": {
"en": {
"name": "Bonds to the End of Time"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "607146",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/68.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Signs of Evolution",
"text": "Search your deck for up to 2 cards that evolve from Eevee, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Bounce",
"text": "Switch Eevee with 1 of your Benched Pokémon.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+10"
}
],
"rarity": "usually",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 2.63,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.63
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 24,
"low": 20.4,
"high": 27.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 101.57,
"low": 93.65,
"high": 114.85,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 167.63,
"low": 204.45,
"high": 204.45,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 38.51,
"low": 48.91,
"high": 48.91,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-03T03:56:50.538Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}