---
title: "Get attribute information"
method: GET
path: "/dogma/attributes/{attribute_id}"
tags: ["Dogma"]
---

# Get attribute information

`GET /dogma/attributes/{attribute_id}`

Get information on a dogma attribute

This route expires daily at 11:05

## Path parameters

- `attribute_id` integer, required — A dogma attribute ID

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string

## Response `200`

OK

- DogmaAttributesAttributeIdGet
  - `attribute_id` integer, required
  - `default_value` number, double
  - `description` string
  - `display_name` string
  - `high_is_good` boolean
  - `icon_id` integer
  - `name` string
  - `published` boolean
  - `stackable` boolean
  - `unit_id` integer

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/versions/7bad2f0024dd/schema)
