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

# /player/getAll

`GET /player/getAll`

Returns all players active in the last 31 days<br><br>[cache 120 min]

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

## 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** `ed9c251dd091` — 22 warning, 19 info
  - removed the optional property `items/class` 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/guild` from the response with the `200` status
  - removed the optional property `items/killsAlbionDeathBlows` from the response with the `200` status
  - …37 more

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