/geekbench/users

POST /api/geekbench/users

Price: 5 credits

Fetch a Geekbench Browser uploader profile by username, with every run they have published. Each run carries its id and URL, which Geekbench version and which family it belongs to, the machine and processor, platform and architecture, and the scores that family reports — single-core and multi-core for CPU runs, the compute score and its graphics API for GPU runs, and the three precision scores for AI runs. A per-section tally of how many runs each version and family holds comes with it.

How to use it

The username is not case-sensitive, but it exists only where the uploader signed the run, and most uploads are anonymous — search rows carry a `user` on 10 of 25 version-2 rows, 5 of 25 on version 3, 2 of 25 on version 4 and none at all on versions 5 to 7, so the modern search is not where profile names come from. The whole profile arrives in one response with no paging, so a prolific uploader returns several hundred runs at once. An id from here is fetchable with the matching run endpoint using the run's own `version` — the same number under a different version is a different run.

Parameters

Request body

Response

Errors

Response headers