---
title: "List Benchmarks"
method: GET
path: "/v1/benchmarks"
---

# List Benchmarks

`GET /v1/benchmarks`

## Query parameters

- `category` string, nullable
- `verified` boolean, nullable

## Response `200`

Successful Response

- BenchmarksResponse
  - `benchmarks` BenchmarkInfo[], required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable
    - `categories` string[], required
    - `modality` string, required
    - `max_score` number, required
    - `language` string, required
    - `verified` boolean, required
    - `model_count` integer, required
    - `paper_link` string, nullable
    - `implementation_link` string, nullable
    - `source` string, required
    - `url` string, required

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.dev/llm-stats/apis/llm-stats-api.md) · [All operations](https://skmtc.dev/llm-stats/apis/llm-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llm-stats/llm-stats-api/revisions/83ad19251fbd/schema)
