- Alliance
- Contacts
- Character
- Character affiliationPOST
- Get character's public informationGET
- Get agents researchGET
- Get blueprintsGET
- Get corporation historyGET
- Calculate a CSPA charge costPOST
- Get jump fatigueGET
- Get medalsGET
- Get character notificationsGET
- Get new contact notificationsGET
- Get character portraitsGET
- Get character corporation rolesGET
- Get standingsGET
- Yearly aggregate statsGET
- Get character corporation titlesGET
- Assets
- Skills
- Bookmarks
- Calendar
- Clones
- Contracts
- Fittings
- Fleets
- Faction Warfare
- Overview of a character involved in faction warfare
- Overview of a corporation involved in faction warfare
- List of the top factions in faction warfare
- List of the top pilots in faction warfare
- List of the top corporations in faction warfare
- An overview of statistics about factions involved in faction warfare
- Ownership of faction warfare systems
- Data about which NPC factions are at war
- Industry
- Killmails
- Location
- Loyalty
- Mail
- Opportunities
- Market
- List open orders from a character
- List historical orders by a character
- List open orders from a corporation
- List historical orders from a corporation
- Get item groups
- Get item group information
- List market prices
- List orders in a structure
- List historical market statistics in a region
- List orders in a region
- List type IDs relevant to a market
- Planetary Interaction
- Search
- Wallet
- Corporation
- Get npc corporations
- Get corporation information
- Get alliance history
- Get corporation blueprints
- Get all corporation ALSC logs
- Get corporation divisions
- Get corporation facilities
- Get corporation icon
- Get corporation medals
- Get corporation issued medals
- Get corporation members
- Get corporation member limit
- Get corporation's members' titles
- Track corporation members
- Get corporation member roles
- Get corporation member roles history
- Get corporation shareholders
- Get corporation standings
- Get corporation starbases (POSes)
- Get starbase (POS) detail
- Get corporation structures
- Get corporation titles
- Dogma
- Incursions
- Insurance
- Routes
- Sovereignty
- Status
- User Interface
- Universe
- Get ancestries
- Get asteroid belt information
- Get bloodlines
- Get item categories
- Get item category information
- Get constellations
- Get constellation information
- Get factions
- Get graphics
- Get graphic information
- Get item groups
- Get item group information
- Bulk names to IDs
- Get moon information
- Get names and categories for a set of ID's
- Get planet information
- Get character races
- Get regions
- Get region information
- Get stargate information
- Get star information
- Get station information
- List all public structures
- Get structure information
- Get system jumps
- Get system kills
- Get solar systems
- Get solar system information
- Get types
- Get type information
- Wars
Get effect information
GET
/dogma/effects/{effect_id}/
Dogma
/dev/dogma/effects/{effect_id}/
/v2/dogma/effects/{effect_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/dogma/effects//'
Response Response Example
200 - response
{
"description": "Requires a high power slot.",
"display_name": "High power",
"effect_category": 0,
"effect_id": 12,
"icon_id": 293,
"name": "hiPower",
"post_expression": 131,
"pre_expression": 131,
"published": true
}
Request
Path Params
effect_id
integerÂ
required
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
🟢200Information about a dogma effect
application/json
Body
200 ok object
description
stringÂ
get_dogma_effects_effect_id_description
disallow_auto_repeat
booleanÂ
get_dogma_effects_effect_id_disallow_auto_repeat
discharge_attribute_id
integer <int32>
get_dogma_effects_effect_id_discharge_attribute_id
display_name
stringÂ
get_dogma_effects_effect_id_display_name
duration_attribute_id
integer <int32>
get_dogma_effects_effect_id_duration_attribute_id
effect_category
integer <int32>
get_dogma_effects_effect_id_effect_category
effect_id
integer <int32>
get_dogma_effects_effect_id_effect_id
electronic_chance
booleanÂ
get_dogma_effects_effect_id_electronic_chance
falloff_attribute_id
integer <int32>
get_dogma_effects_effect_id_falloff_attribute_id
icon_id
integer <int32>
get_dogma_effects_effect_id_icon_id
is_assistance
booleanÂ
get_dogma_effects_effect_id_is_assistance
is_offensive
booleanÂ
get_dogma_effects_effect_id_is_offensive
is_warp_safe
booleanÂ
get_dogma_effects_effect_id_is_warp_safe
modifiers
array[object (get_dogma_effects_effect_id_modifier) {6}]Â
get_dogma_effects_effect_id_modifiers
<= 100 items
domain
stringÂ
get_dogma_effects_effect_id_domain
effect_id
integer <int32>
get_dogma_effects_effect_id_modifier_effect_id
func
stringÂ
get_dogma_effects_effect_id_func
modified_attribute_id
integer <int32>
get_dogma_effects_effect_id_modified_attribute_id
modifying_attribute_id
integer <int32>
get_dogma_effects_effect_id_modifying_attribute_id
operator
integer <int32>
get_dogma_effects_effect_id_operator
name
stringÂ
get_dogma_effects_effect_id_name
post_expression
integer <int32>
get_dogma_effects_effect_id_post_expression
pre_expression
integer <int32>
get_dogma_effects_effect_id_pre_expression
published
booleanÂ
get_dogma_effects_effect_id_published
range_attribute_id
integer <int32>
get_dogma_effects_effect_id_range_attribute_id
range_chance
booleanÂ
get_dogma_effects_effect_id_range_chance
tracking_speed_attribute_id
integer <int32>
get_dogma_effects_effect_id_tracking_speed_attribute_id
🔵304Not modified
🟠400Bad request
🟠404Dogma effect not found
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:26