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

# /guild/{guildName}/members

`GET /guild/{guildName}/members`

Returns all players in a guild <br><br>[cache 120 min]

## Path parameters

- `guildName` string, string, required

## Response `200`

successful operation

- Player[]
  - `name` string
  - `lastname` string
  - `guild` string
  - `realm` 'Albion' | 'Midgard' | 'Hibernia' | 'None'
  - `realmID` 1 | 2 | 3 | 0
  - `race` string
  - `raceID` integer
  - `class` string
  - `classID` integer
  - `level` integer
  - `realmPoints` integer
  - `realmRank` string
  - `killsAlbionPlayers` integer
  - `killsMidgardPlayers` integer
  - `killsHiberniaPlayers` integer
  - `killsAlbionDeathBlows` integer
  - `killsMidgardDeathBlows` integer
  - `killsHiberniaDeathBlows` integer
  - `killsAlbionSolo` integer
  - `killsMidgardSolo` integer
  - `killsHiberniaSolo` integer
  - `pvpDeaths` integer

## Other responses

- `404` — $guildName not found

## Changes

- **2026-07-17** `c52550dc12b8` — 2 warning
  - removed the optional property `items/primaryTradeSkill` from the response with the `200` status
  - removed the optional property `items/tradeSkills` from the response with the `200` status
- **2022-06-14** `2e47e74ee36c` — 2 info
  - added the optional property `items/primaryTradeSkill` to the response with the `200` status
  - added the optional property `items/tradeSkills` to the response with the `200` status
- **2021-12-09** `aea8f19c218e` — 1 breaking, 18 warning, 22 info
  - removed the required property `items/Name` from the response with the `200` status
  - removed the optional property `items/ClassID` from the response with the `200` status
  - removed the optional property `items/ClassName` from the response with the `200` status
  - removed the optional property `items/Guild` from the response with the `200` status
  - …37 more
- **2021-12-08** `7a9eb64e0f9d` — 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/:guildName/members/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)
