Get attribute information
GET
/dogma/attributes/{attribute_id}/
Dogma
/dev/dogma/attributes/{attribute_id}/
/legacy/dogma/attributes/{attribute_id}/
/v1/dogma/attributes/{attribute_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/dogma/attributes//'
Response Response Example
200 - response
{
"attribute_id": 20,
"default_value": 1,
"description": "Factor by which topspeed increases.",
"display_name": "Maximum Velocity Bonus",
"high_is_good": true,
"icon_id": 1389,
"name": "speedFactor",
"published": true,
"unit_id": 124
}
Request
Path Params
attribute_id
integerÂ
required
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:26