Skip to main content
GET
List Benchmarks

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Query Parameters

source
enum<string>

Benchmark source to query. Determines the shape of the returned items. When omitted, returns results from all sources.

Available options:
artificial-analysis,
design-arena
Example:

"artificial-analysis"

task_type
enum<string>

Filter results by task type. For Artificial Analysis, maps to the corresponding index. For Design Arena, maps to the matching category.

Available options:
coding,
intelligence,
agentic
Example:

"coding"

arena
enum<string>

Design Arena only: arena to query. Defaults to models when source is design-arena.

Available options:
models,
builders,
agents
Example:

"models"

category
string

Design Arena only: category within the arena (e.g. codecategories, uicomponent, gamedev, 3d, dataviz, image, video, svg). When omitted, returns all categories.

Example:

"codecategories"

max_results
integer

Maximum number of items to return. When omitted, all matching results are returned.

Required range: x >= 1
Example:

50

Response

Benchmark results filtered by the specified source and optional task type.

data
object[]
required
Example:
meta
object
required
Example: