player
/player/{playerName}/tradeskills
Returns the player detailed tradeskills <br><br>[cache 1 min]
get/player/{playerName}/tradeskills
Path parameters
playerNamestring string required
Name of the player to return
Response
successful operation
Example response
{
"tradeskills": [
{
"Tradeskill": "Weaponcraft",
"Level": 1250
}
]
}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
- ▲