---
title: "API index"
method: GET
path: "/api"
---

# API index

`GET /api`

Machine-readable list of every endpoint, for agents that land on /api.

## Response `200`

Index of endpoints.

- object
  - `name` string, required
  - `description` string
  - `openapi` string, uri, required
  - `endpoints` object[], required
    - `method` string, required
    - `path` string, required
    - `description` string, required
  - `contact` string, email

## Other responses

- `429` — Rate limit exceeded (60 requests per 60s per client). Honor Retry-After before retrying.

---

[API](https://skmtc.dev/durate/apis/durate-website-api.md) · [All operations](https://skmtc.dev/durate/apis/durate-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/durate/durate-website-api/revisions/0766c8b8826f/schema)
