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 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/xy3-75vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy3-75vrh",
"name": "Vibrava",
"number": "75",
"printed_number": "75",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/75vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/75vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/75vrh.large.webp"
}
],
"expansion": {
"id": "xy3",
"name": "Furious Fists",
"total": 114,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FFI",
"printed_total": 111,
"release_date": "2014/08/13",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "92255",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/75vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/75vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/75vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Dragon"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Charge Energy",
"text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Grass",
"Fighting"
],
"converted_energy_cost": 2,
"name": "Vibration",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fairy",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 0.56,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.56
},
{
"condition": "LP",
"price": 0.55
},
{
"condition": "MP",
"price": 0.34
}
],
"graded": [
{
"company": "CGC",
"grade": "4",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6.5",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 9.51,
"low": 8.08,
"high": 10.94,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:39:13.477Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}