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

# /player/{playerName}/specs

`GET /player/{playerName}/specs`

Returns the player detailed specialization <br><br>[cache 1 min]

## Path parameters

- `playerName` string, string, required

## Response `200`

successful operation

- PlayerSpec
  - `name` string
  - `level` integer
  - `realm` 'Albion' | 'Midgard' | 'Hibernia' | 'None'
  - `class` string
  - `race` string
  - `specializations` object[]
    - `Name` string
    - `Level` integer
  - `realmAbilities` object[]
    - `Name` string
    - `Level` 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/revisions/c52550dc12b8/schema)
