---
title: "/guild/getAll"
method: GET
path: "/guild/getAll"
tags: ["guild"]
---

# /guild/getAll

`GET /guild/getAll`

Returns all guilds<br><br>[cache 120 min]

## Response `200`

successful operation

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

## Changes

- **2022-05-21** `eceb7955a431` — 3 warning
  - added the new `Albion` enum value to the `items/realm` response property for the response status `200`
  - added the new `Hibernia` enum value to the `items/realm` response property for the response status `200`
  - added the new `Midgard` enum value to the `items/realm` response property for the response status `200`
- **2022-03-25** `0cdcf835ccee` — 1 info
  - endpoint added
- **2021-12-08** `ed9c251dd091` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opendaoc/apis/atlasapi/changes/guild/getAll/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)
