---
title: "/guild/{guildName}"
method: GET
path: "/guild/{guildName}"
tags: ["guild"]
---

# /guild/{guildName}

`GET /guild/{guildName}`

Returns a single guild <br><br>[cache 1 min]

## Path parameters

- `guildName` string, string, required

## Response `200`

successful operation

- Guild
  - `name` string
  - `realmID` integer
  - `realm` 'Albion' | 'Midgard' | 'Hibernia'
  - `emblem` integer
  - `realmPoints` integer
  - `bountyPoints` integer
  - `members` integer

## Other responses

- `404` — $guildName not found

---

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