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

KeyDatatypeRequiredDescription
datasourcestringThe server name you would like data from
tokenstringAccess token to use if unable to set a header

HEADERS

KeyDatatypeRequiredDescription
If-None-MatchstringETag 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}