Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

Search your deck for up to 3 Basic Energy cards of different types, reveal them, and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/sv6a_ja-50?include=prices 200 49ms{
"success": true,
"data": {
"id": "sv6a_ja-50",
"name": "Eevee",
"number": "50",
"printed_number": "50",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/50.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/50.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/50.large.png"
}
],
"expansion": {
"id": "sv6a_ja",
"name": "Night Wanderer",
"total": 94,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "SV6a",
"printed_total": 64,
"release_date": "2024/06/07",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.symbol.png",
"translation": {
"en": {
"name": "Night Wanderer"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "566301",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/50.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/50.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/50.large.png"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Colorful Catch",
"text": "Search your deck for up to 3 Basic Energy cards of different types, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Headbutt"
}
],
"rarity": "usually",
"artist": "Susumu Maeya",
"pricing": {
"currency": "USD",
"market": 0.61,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.61
},
{
"condition": "LP",
"price": 0.16
},
{
"condition": "MP",
"price": 0.12
}
],
"graded": [
{
"company": "BGS",
"grade": "10",
"value": 346,
"low": 42,
"high": 749.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 17.25,
"low": 9.5,
"high": 28,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-29T14:48:25.695Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}