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

## Changes

- **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.dev/opendaoc/apis/atlasapi/revisions/979a3e475af5?raw)
