Get dynamic item information
GET
/dogma/dynamic/items/{type_id}/{item_id}/
Dogma
/dev/dogma/dynamic/items/{type_id}/{item_id}/
/legacy/dogma/dynamic/items/{type_id}/{item_id}/
/v1/dogma/dynamic/items/{type_id}/{item_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/dogma/dynamic/items///'
Response Response Example
200 - response
{
"created_by": 2112625428,
"dogma_attributes": [
{
"attribute_id": 9,
"value": 350
}
],
"dogma_effects": [
{
"effect_id": 508,
"is_default": false
}
],
"mutator_type_id": 47845,
"source_type_id": 33103
}
Request
Path Params
item_id
integerÂ
required
type_id
integerÂ
required
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:26