/geekbench/devices

POST /api/geekbench/devices

Price: 10 credits

Fetch one device's Geekbench rollup by its slug. Returns the marketing name, the model identifier the operating system reports, the processor with its frequency and core count, and the single-core, multi-core and graphics scores aggregated across every run uploaded for that device, plus the ranked comparison tables against other devices of the same family, each peer carrying its own slug so it can be fetched in turn.

How to use it

`platform` selects a separate catalogue, and the same slug does not exist in two of them, so pass the platform the slug came from rather than guessing. Android slugs are often the vendor's internal model code rather than a product name ('samsung-sm-s936n' for the Galaxy S25+), so take the slug from the Android benchmark chart instead of composing one. Scores here are the device's aggregate across all uploads, which is what to compare hardware on; a single machine's own numbers come from a CPU or GPU run instead. Which graphics score a device carries depends on its platform — Metal on Apple hardware, OpenCL or Vulkan on Android — so read the keys of `scores` rather than assuming one.

Parameters

Request body

Response

Errors

Response headers