---
title: "Get one paid API benchmark"
method: GET
path: "/api/benchmarks/{slug}"
---

# Get one paid API benchmark

`GET /api/benchmarks/{slug}`

Return one benchmark row with score breakdown, safety policy, x402 metadata, and report history.

## Path parameters

- `slug` string, required

## Response `200`

Paid API benchmark row

- PaidApiBenchmark
  - `benchmark_score` integer
  - `category` string
  - `endpoint_url` string
  - `grade` 'excellent' | 'ready' | 'watch' | 'needs_work'
  - `max_score` integer
  - `method` string
  - `name` string
  - `payment` object
  - `pricing` object
  - `protocol` string
  - `provider` string
  - `rank` integer
  - `report_history` object
  - `safety` object
  - `schema` string
  - `score_breakdown` object
  - `slug` string
  - `urls` object

## Other responses

- `404` — Benchmark not found

---

[API](https://skmtc.net/ontarioprotocol/apis/ontario-protocol-x402-api.md) · [All operations](https://skmtc.net/ontarioprotocol/apis/ontario-protocol-x402-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ontarioprotocol/ontario-protocol-x402-api/versions/54384a1c4bf3/schema)
