---
title: "List all guilds"
method: GET
path: "/guilds"
tags: ["Guilds"]
---

# List all guilds

`GET /guilds`

Returns named guilds with their id, banner, level, XP and member count, ordered by level then XP descending. Paginated with `limit` (default 50, max 100) and `offset` (default 0); `total` is the full count of named guilds so clients can page through.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Paginated guild list

---

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