esi v0.1.1 ESI.API.Sovereignty

Summary

Functions

Shows sovereignty data for campaigns

Shows sovereignty information for solar systems

Shows sovereignty data for structures

Functions

campaigns()
campaigns() :: ESI.Request.t

Shows sovereignty data for campaigns..

Response Example

A list of sovereignty campaigns:

[%{"attackers_score" => 0.4, "campaign_id" => 32833,
   "constellation_id" => 20000125, "defender_id" => 1695357456,
   "defender_score" => 0.6, "event_type" => "station_defense",
   "solar_system_id" => 30000856, "start_time" => "2016-10-29T14:34:40Z",
   "structure_id" => 61001096}]

Swagger Source

This function was generated from the following Swagger operation:

  • operationIdget_sovereignty_campaigns
  • path/sovereignty/campaigns/

View on ESI Site

map()
map() :: ESI.Request.t

Shows sovereignty information for solar systems.

Response Example

A list of sovereignty information for solar systems in New Eden:

[%{"faction_id" => 500001, "system_id" => 30045334}]

Swagger Source

This function was generated from the following Swagger operation:

  • operationIdget_sovereignty_map
  • path/sovereignty/map/

View on ESI Site

structures()
structures() :: ESI.Request.t

Shows sovereignty data for structures..

Response Example

A list of sovereignty structures:

[%{"alliance_id" => 498125261, "solar_system_id" => 30000570,
   "structure_id" => 1018253388776, "structure_type_id" => 32226,
   "vulnerability_occupancy_level" => 2,
   "vulnerable_end_time" => "2016-10-29T05:30:00Z",
   "vulnerable_start_time" => "2016-10-28T20:30:00Z"}]

Swagger Source

This function was generated from the following Swagger operation:

  • operationIdget_sovereignty_structures
  • path/sovereignty/structures/

View on ESI Site