Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Look at the top 4 cards of your deck and put them back in any order.
If you played a Future Supporter card from your hand during this turn, this attack does 100 more damage.
/api/v1/pokemon/cards/sv5-80vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "sv5-80vh",
"name": "Iron Valiant",
"number": "80",
"printed_number": "80",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/80vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/80vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/80vh.large.webp"
}
],
"expansion": {
"id": "sv5",
"name": "Temporal Forces",
"total": 218,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "TEF",
"printed_total": 162,
"release_date": "2024/03/22",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "542824",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/80vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/80vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/80vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"Future"
],
"types": [
"Psychic"
],
"hp": "130",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Calculation",
"text": "Look at the top 4 cards of your deck and put them back in any order."
},
{
"cost": [
"Psychic",
"Psychic",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Majestic Sword",
"text": "If you played a Future Supporter card from your hand during this turn, this attack does 100 more damage.",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "chibi",
"pricing": {
"currency": "USD",
"market": 0.16,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.16
},
{
"condition": "MP",
"price": 0.14
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 29,
"low": 24.65,
"high": 33.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 40.75,
"low": 60,
"high": 60,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 19,
"low": 7,
"high": 22.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "SGC",
"grade": "9.5",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 41.96,
"low": 35.67,
"high": 48.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:59:35.982Z",
"trend_7d": {
"direction": "up",
"percent": 6.67
}
}
}
}