/geekbench/charts

POST /api/geekbench/charts

Price: 10 credits

Read one of Geekbench's published benchmark charts: the desktop and laptop processor ranking, the Android, iOS and Mac device rankings, the Metal, OpenCL and Vulkan graphics rankings, or the Geekbench AI device ranking. Each row carries the hardware name, its position in the chart, the aggregate score behind it and how many uploads that aggregate was computed from, the chip or clock description, and its microarchitecture or vendor family. Rows on the processor and device charts also carry the slug that fetches that chip's or device's own rollup, except where the name alone cannot be resolved to one specific configuration, which the endpoint leaves without a slug rather than guessing.

How to use it

This is the slug inventory for the processor and device endpoints: nothing else on the site lists them, and they are not derivable from a product name. Rows come back ranked by score, highest first, so `count` takes the top N and `rank` is that position, and which score fields are populated depends on the chart — the processor and device charts carry single-core and multi-core, the iOS chart adds Metal on effectively every row, the Android chart adds OpenCL or Vulkan on a majority of rows, the Mac chart adds Metal or OpenCL on a minority of rows but never Vulkan, the graphics charts (metal/opencl/vulkan) carry their one score in `single_core_score` rather than in a field named after the chart's own compute API, and the AI chart carries three precisions in `scores`. The Android chart returns devices the site's own ranking page leaves out, so a name missing from the published chart may still be here.

Parameters

Request body

Response

Errors

Response headers