# GET /organizers

Lists organizers of the key's sport, sorted by name. `search` matches name or slug, case-insensitive. Works with API tokens and public API keys.

- `limit` between 1 and 100 (default 25), `offset` at least 0.
- Only organizers with a result page are listed; everyone else has no public tournaments.

## Parameters

| Parameter | In | Example |
| --- | --- | --- |
| `search` | query | `kixx` |
| `limit` | query | `25` |
| `offset` | query | `0` |

## Responses

```json
[
  {
    "id": "V1StGXR8_Z5jdHi6B-myT",
    "slug": "kixx",
    "name": "Kixx Hamburg"
  }
]
```