---
title: "Find clubs based on query"
method: GET
path: "/v2/clubs/find"
tags: ["clubs"]
---

# Find clubs based on query

`GET /v2/clubs/find`

Search for clubs by name or keywords.

## Query parameters

- `q` string, required

## Response `200`

Club search results

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

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