---
title: "Get API metadata and discovery information"
method: GET
path: "/"
---

# Get API metadata and discovery information

`GET /`

Returns metadata about the API including available endpoints, version information,
and links to documentation. This endpoint is useful for API discovery and provides
a quick overview of all available endpoints.

## Response `200`

OK - Returns API metadata

- object
  - `name` string
  - `version` string
  - `description` string
  - `endpoints` object
    - `colors` string
    - `colorsByPath` string
    - `names` string
    - `lists` string
    - `swatch` string
    - `docs` string
    - `health` string
  - `documentation` string
  - `source` string

---

[API](https://skmtc.dev/color/apis/color-name-api.md) · [All operations](https://skmtc.dev/color/apis/color-name-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/color/color-name-api/revisions/98f9f0ba5658/schema)
