---
title: "/player/{playerName}"
method: GET
path: "/player/{playerName}"
tags: ["player"]
---

# /player/{playerName}

`GET /player/{playerName}`

Returns a single player <br><br>[cache 1 min]

## Path parameters

- `playerName` 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` — Not found

## Changes

- **2026-07-17** `c52550dc12b8` — 2 warning
  - removed the optional property `primaryTradeSkill` from the response with the `200` status
  - removed the optional property `tradeSkills` from the response with the `200` status
- **2022-06-14** `2e47e74ee36c` — 2 info
  - added the optional property `primaryTradeSkill` to the response with the `200` status
  - added the optional property `tradeSkills` to the response with the `200` status
- **2021-12-09** `aea8f19c218e` — 1 breaking, 18 warning, 22 info
  - removed the required property `Name` from the response with the `200` status
  - removed the optional property `ClassID` from the response with the `200` status
  - removed the optional property `ClassName` from the response with the `200` status
  - removed the optional property `Guild` from the response with the `200` status
  - …37 more
- **2021-12-08** `ed9c251dd091` — 22 warning, 19 info
  - removed the optional property `class` from the response with the `200` status
  - removed the optional property `classID` from the response with the `200` status
  - removed the optional property `guild` from the response with the `200` status
  - removed the optional property `killsAlbionDeathBlows` from the response with the `200` status
  - …37 more

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