---
title: "Top-scored agent-ready sites"
method: GET
path: "/top"
---

# Top-scored agent-ready sites

`GET /top`

Returns the highest-scored sites in the index (sorted by agentic_score DESC). Designed as a stable JSON other sites can mirror / embed. Cached 5 min.

## Query parameters

- `category` string
- `has_mcp` boolean
- `has_openapi` boolean
- `has_llms_txt` boolean
- `has_api` boolean
- `limit` integer

## Response `200`

Top sites

- object
  - `results` Site[]
    - `id` string, uuid
    - `domain` string
    - `url` string, uri
    - `name` string
    - `description` string
    - `has_llms_txt` boolean
    - `has_ai_plugin` boolean
    - `has_openapi` boolean
    - `has_robots_ai` boolean
    - `has_structured_api` boolean
    - `has_mcp_server` boolean
    - `has_schema_org` boolean
    - `agentic_score` integer
    - `category` string
    - `tags` string[]
    - `is_verified` boolean
    - `is_featured` boolean — Legacy display metadata only; never affects organic score or ordering
  - `total` integer
  - `limit` integer

---

[API](https://skmtc.net/nothumansearch/apis/not-human-search-api.md) · [All operations](https://skmtc.net/nothumansearch/apis/not-human-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nothumansearch/not-human-search-api/versions/a7faccfe4d5f/schema)
