---
title: "List all sportsbooks/affiliates"
method: GET
path: "/api/v2/affiliates"
tags: ["V2 Reference"]
---

# List all sportsbooks/affiliates

`GET /api/v2/affiliates`

Returns all enabled sportsbooks with IDs, names, URLs, and an integration `status` (`healthy`, `unhealthy`, or `beta`). No authentication required.

## Query parameters

- `include` 'regions'

## Response `200`

List of affiliates

- AffiliatesResponse
  - `affiliates` Affiliate[]
    - `affiliate_id` integer
    - `affiliate_name` string
    - `affiliate_url` string
    - `status` string — Health and rollout state of the sportsbook integration. Currently one of `healthy` (live and verified), `unhealthy` (the feed is currently degraded or down), or `beta` (a new integration whose coverage we are still verifying). Defaults to `healthy`. Treat any unrecognized value as unknown and render gracefully — new values may be added without notice, so do not hard-code this set on the client side.
    - `regions` Region[]
      - `id` integer
      - `name` string

---

[API](https://skmtc.net/therundown/apis/therundown-sports-api.md) · [All operations](https://skmtc.net/therundown/apis/therundown-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/therundown/therundown-sports-api/versions/f069d4e82f52/schema)
