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

# /guild/{guildName}

`GET /guild/{guildName}`

Returns a single guild

## Path parameters

- `guildName` string, string, required

## Response `200`

successful operation

- Guild
  - `Name` string, required
  - `realmID` integer
  - `realm` string
  - `emblem` integer
  - `realmPoints` integer
  - `bountyPoints` integer

## Other responses

- `404` — $guildName not found

## Changes

- **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/bfd38cc86b07/schema)
