---
title: "Get a single killmail"
method: GET
path: "/killmails/{killmail_id}/{killmail_hash}"
tags: ["Killmails"]
---

# Get a single killmail

`GET /killmails/{killmail_id}/{killmail_hash}`

Return a single killmail from its ID and hash

## Path parameters

- `killmail_hash` string, required — The killmail hash for verification
- `killmail_id` integer, required — The killmail ID to be queried

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

- KillmailsKillmailIdKillmailHashGet
  - `attackers` object[], required
    - `alliance_id` integer
    - `character_id` integer
    - `corporation_id` integer
    - `damage_done` integer, required
    - `faction_id` integer
    - `final_blow` boolean, required — Was the attacker the one to achieve the final blow
    - `security_status` number, double, required — Security status for the attacker
    - `ship_type_id` integer — What ship was the attacker flying
    - `weapon_type_id` integer — What weapon was used by the attacker for the kill
  - `killmail_id` integer, required — ID of the killmail
  - `killmail_time` string, date-time, required — Time that the victim was killed and the killmail generated
  - `moon_id` integer — Moon if the kill took place at one
  - `solar_system_id` integer, required — Solar system that the kill took place in
  - `victim` object, required
    - `alliance_id` integer
    - `character_id` integer
    - `corporation_id` integer
    - `damage_taken` integer, required — How much total damage was taken by the victim
    - `faction_id` integer
    - `items` object[]
      - `flag` integer, required — Flag for the location of the item
      - `item_type_id` integer, required
      - `items` object[]
        - `flag` integer, required
        - `item_type_id` integer, required
        - `quantity_destroyed` integer
        - `quantity_dropped` integer
        - `singleton` integer, required
      - `quantity_destroyed` integer — How many of the item were destroyed if any
      - `quantity_dropped` integer — How many of the item were dropped if any
      - `singleton` integer, required
    - `position` object — Coordinates of the victim in Cartesian space relative to the Sun
      - `x` number, double, required
      - `y` number, double, required
      - `z` number, double, required
    - `ship_type_id` integer, required — The ship that the victim was piloting and was destroyed
  - `war_id` integer — War if the killmail is generated in relation to an official war

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