---
title: "Get war information"
method: GET
path: "/wars/{war_id}"
tags: ["Wars"]
---

# Get war information

`GET /wars/{war_id}`

Return details about a war

## Path parameters

- `war_id` integer, required — ID for a war

## 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

- WarsWarIdGet
  - `aggressor` object, required — The aggressor corporation or alliance that declared this war, only contains either corporation_id or alliance_id
    - `alliance_id` integer — Alliance ID if and only if the aggressor is an alliance
    - `corporation_id` integer — Corporation ID if and only if the aggressor is a corporation
    - `isk_destroyed` number, double, required — ISK value of ships the aggressor has destroyed
    - `ships_killed` integer, required — The number of ships the aggressor has killed
  - `allies` object[] — allied corporations or alliances, each object contains either corporation_id or alliance_id
    - `alliance_id` integer — Alliance ID if and only if this ally is an alliance
    - `corporation_id` integer — Corporation ID if and only if this ally is a corporation
  - `declared` string, date-time, required — Time that the war was declared
  - `defender` object, required — The defending corporation or alliance that declared this war, only contains either corporation_id or alliance_id
    - `alliance_id` integer — Alliance ID if and only if the defender is an alliance
    - `corporation_id` integer — Corporation ID if and only if the defender is a corporation
    - `isk_destroyed` number, double, required — ISK value of ships the defender has killed
    - `ships_killed` integer, required — The number of ships the defender has killed
  - `finished` string, date-time — Time the war ended and shooting was no longer allowed
  - `id` integer, required — ID of the specified war
  - `mutual` boolean, required — Was the war declared mutual by both parties
  - `open_for_allies` boolean, required — Is the war currently open for allies or not
  - `retracted` string, date-time — Time the war was retracted but both sides could still shoot each other
  - `started` string, date-time — Time when the war started and both sides could shoot each other

## 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)
