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

---

[API](https://skmtc.net/opendaoc/apis/atlasapi.md) · [All operations](https://skmtc.net/opendaoc/apis/atlasapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendaoc/atlasapi/versions/c52550dc12b8/schema)
