player
/player/{playerName}/specs
Returns the player detailed specialization <br><br>[cache 1 min]
get/player/{playerName}/specs
Path parameters
playerNamestring string required
Name of the player to return
Response
successful operation
Example response
{
"name": "Player",
"level": 50,
"realm": "Hibernia",
"class": "Enchanter",
"race": "Lurikeen",
"specializations": [
{
"Name": "Mana",
"Level": 48
}
],
"realmAbilities": [
{
"Name": "AtlasOF_LongWind",
"Level": 1
}
]
}Changes
Changed in 2 of the 18 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲