Get character attributes
GET {{baseUrl}}/characters/:character_id/attributes/?datasource=tranquility&token=commodo irure
Return attributes of a character
Alternate route: /dev/characters/{character_id}/attributes/
Alternate route: /legacy/characters/{character_id}/attributes/
Alternate route: /v1/characters/{character_id}/attributes/
This route is cached for up to 120 seconds
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from | |
token | string | Access token to use if unable to set a header |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
RESPONSES
status: OK
{"charisma":20,"intelligence":20,"memory":20,"perception":20,"willpower":20}