---
title: "Get Competitors"
method: GET
path: "/api/v1/competitors"
tags: ["Basics"]
---

# Get Competitors

`GET /api/v1/competitors`

Returns all competitors for a specific website.

## Query parameters

- `website_id` string, uuid, required

## Response `200`

Successful response with list of competitors

- object
  - `competitors` Competitor[], required
    - `id` string, uuid, required — Unique identifier for the competitor
    - `name` string, required — Display name of the competitor
    - `url` string, required — The URL of the competitor website
    - `normalized_url` string, required — Normalized URL of the competitor website
    - `identifiers` string[], required — List of identifiers associated with this competitor

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - You don't have access to this website
- `500` — Internal server error

---

[API](https://skmtc.net/athenahq/apis/athenahq-api.md) · [All operations](https://skmtc.net/athenahq/apis/athenahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athenahq/athenahq-api/revisions/6c5d71622cb9/schema)
