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

## Changes

- **2022-05-21** `eceb7955a431` — 3 warning
  - added the new `Albion` enum value to the `realm` response property for the response status `200`
  - added the new `Hibernia` enum value to the `realm` response property for the response status `200`
  - added the new `Midgard` enum value to the `realm` response property for the response status `200`
- **2022-03-25** `0cdcf835ccee` — 1 info
  - added the optional property `members` to the response with the `200` status
- **2021-12-09** `aea8f19c218e` — 1 breaking, 1 info
  - removed the required property `Name` from the response with the `200` status
  - added the optional property `name` to the response with the `200` status
- **2021-12-08** `ed9c251dd091` — 2 warning, 4 info
  - removed the optional property `members` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status
  - removed the `Albion` enum value from the `realm` response property for the response status `200`
  - removed the `Hibernia` enum value from the `realm` response property for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/opendaoc/apis/atlasapi/changes/guild/:guildName/get.md)

---

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