/threedmark/hardware/search

POST /api/threedmark/hardware/search

Price: 10 credits

Read UL's full ranking of graphics cards or processors, ordered by 3DMark score, name, MSRP, value for money or recent popularity, and optionally narrowed to desktop parts, mobile parts or Apple silicon and to a minimum performance rating. Each row carries the part's rank, its name as UL spells it, the launch price, the median 3DMark score with the test that score comes from, a value-for-money rating and a popularity figure from the last 30 days of submissions. The CPU ranking's other per-thread-count columns (single thread, 2/4/8/16 threads) come back in `scores`.

How to use it

This is the name catalogue for the hardware endpoint — a row's `name` and its own `kind` are exactly what that endpoint accepts; a `kind=gpu` search still returns some rows whose own `kind` is `mac` (Apple systems ranked inside the GPU listing but reviewed under a separate page), so pass the row's `kind` back rather than the search's. The whole ranking is served in one response, so `count` takes the top N under the chosen ordering rather than paging. `sort` by value_for_money or popularity reorders the same set, it does not filter it; use `min_rating` and `form_factors` to cut the list. Every score is a median across submitted runs of the same test named in `score_test`, so a part whose `score_test` differs is not comparable on that number.

Parameters

Request body

Response

Errors

Response headers