- 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 war information
GET
/wars/{war_id}/
Wars
/dev/wars/{war_id}/
/legacy/wars/{war_id}/
/v1/wars/{war_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/wars//'
Response Response Example
200 - response
{
"aggressor": {
"corporation_id": 986665792,
"isk_destroyed": 0,
"ships_killed": 0
},
"declared": "2023-08-15T09:13:17.889Z",
"defender": {
"corporation_id": 1001562011,
"isk_destroyed": 0,
"ships_killed": 0
},
"id": 1941,
"mutual": false,
"open_for_allies": false
}
Request
Path Params
war_id
integerÂ
required
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
🟢200Details about a war
application/json
Body
200 ok object
aggressor
objectÂ
get_wars_war_id_aggressor
alliance_id
integer <int32>
get_wars_war_id_alliance_id
corporation_id
integer <int32>
get_wars_war_id_corporation_id
isk_destroyed
number <float>
get_wars_war_id_isk_destroyed
ships_killed
integer <int32>
get_wars_war_id_ships_killed
allies
array[object (get_wars_war_id_ally) {2}]Â
get_wars_war_id_allies
<= 10000 items
alliance_id
integer <int32>
get_wars_war_id_ally_alliance_id
corporation_id
integer <int32>
get_wars_war_id_ally_corporation_id
declared
string <date-time>
get_wars_war_id_declared
defender
objectÂ
get_wars_war_id_defender
alliance_id
integer <int32>
get_wars_war_id_defender_alliance_id
corporation_id
integer <int32>
get_wars_war_id_defender_corporation_id
isk_destroyed
number <float>
get_wars_war_id_defender_isk_destroyed
ships_killed
integer <int32>
get_wars_war_id_defender_ships_killed
finished
string <date-time>
get_wars_war_id_finished
id
integer <int32>
get_wars_war_id_id
mutual
booleanÂ
get_wars_war_id_mutual
open_for_allies
booleanÂ
get_wars_war_id_open_for_allies
retracted
string <date-time>
get_wars_war_id_retracted
started
string <date-time>
get_wars_war_id_started
🔵304Not modified
🟠400Bad request
🟠420Error limited
🟠422War not found
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:26