Get top hits
Packs
Get top hits
Returns all top hits (high-value cards) for a given pack.
GET
Get top hits
Returns the top hits for a pack, useful for rendering a “what could I pull” preview.
Path parameters
The pack’s
slug from /api/v1/vm/available.Example request
Response
Fields
Card identifier.
Card name.
CDN URL for the card image.
CDN URL for the card back image, or
null when not available.Fair-market value in USD.
Errors
An unknown:slug returns 200 [] (empty array), not a 404. Treat an empty array as “no top hits available” rather than as an error.