# RobotsShop Trust Index — Top-N Endpoints

> RobotsShop Trust Index — Top-N Endpoints is a paid API for AI agents from api.robotsshop.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns the top-N API endpoints ranked by their RobotsShop trust/quality score, with optional filtering by minimum score and spam exclusion

## Facts

- Endpoint: GET https://api.robotsshop.io/v0/top
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robotsshop-trust-index-top-n-endpoints-d132991b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KRVbmh9126Vz_TmHUQG29

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability robotsshop-trust-index-top-n-endpoints-d132991b
```

Example prompt: Pull the top 25 endpoints from the RobotsShop Trust Index, only include ones with a minimum score of 70, and filter out any spam.

## When to prefer this

Use this endpoint when you need a ranked, trusted view of the best available API endpoints on RobotsShop — for example, to bootstrap discovery, build a curated catalog, or identify high-quality services to recommend. Prefer this over searching by keyword when you want a quality-first, globally ranked snapshot rather than a topic-specific search.

## Known failure modes

- n out of range (must be 1–100): returns validation error
- min_score out of range (must be 0–100): returns validation error
- no endpoints match the filter criteria: returns empty list
- payment not provided or insufficient: returns 402 Payment Required
- service unavailable: returns 5xx error

## How this service works

RobotsShop Trust Index — top-N endpoints by score

## Output

A ranked list of up to N API endpoints from the RobotsShop index, each annotated with its trust/quality score. The list is ordered by score descending. Optional filters allow restricting results to a minimum score threshold and excluding low-quality or spam entries.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "seller": "RobotsShop",
  "results": [
   {
    "grade": "A",
    "score": 100,
    "domain": "example.com"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robotsshop-trust-index-top-n-endpoints-d132991b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.robotsshop.io](https://www.zero.xyz/host/api.robotsshop.io/llms.txt)
