---
title: "Get guild details"
method: GET
path: "/guild/{identifier}"
tags: ["Guilds"]
---

# Get guild details

`GET /guild/{identifier}`

Returns guild information including members, level, XP, and banner. Accepts a guild name (case-insensitive) or UUID.

## Path parameters

- `identifier` string, required

## Response `200`

Guild details

## Other responses

- `404` — Guild not found

---

[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)
