/geekbench/gpu_results

POST /api/geekbench/gpu_results

Price: 1 credit

Fetch one uploaded Geekbench GPU run by its id. Returns the compute score under the graphics API the run used (Metal, OpenCL, Vulkan or CUDA), the per-workload breakdown with each workload's score and throughput figure, the graphics device name, vendor, memory, clock and compute-unit count, and the host machine: operating system, model, motherboard, processor, clocks, caches and memory. Geekbench 4 through 7 are covered, and every information row the page carries is returned verbatim alongside the named fields.

How to use it

Ids are scoped to one Geekbench version and to the GPU family, so `version` is part of the key, not a hint: an id belonging to a CPU run resolves to an unrelated GPU run rather than failing, and an id that also exists under a different version resolves there too, as a different machine, rather than answering 404 or 412. Take both `id` and `version` from the same search result rather than pairing an id with a guessed version. Geekbench calls this family Compute up to version 6 and GPU from 7; both are served here under the same `version` field. One run measures one graphics API, so a machine with Metal, OpenCL and Vulkan results has three separate runs with three ids, and `compute_api` tells you which one you got — scores are not comparable across APIs.

Parameters

Request body

Response

Errors

Response headers