EVE Swagger Interface
  1. Killmails
EVE Swagger Interface
  • Alliance
    • List all alliances
      GET
    • Get alliance information
      GET
    • List alliance's corporations
      GET
    • Get alliance icon
      GET
  • Contacts
    • Get alliance contacts
      GET
    • Get alliance contact labels
      GET
    • Delete contacts
      DELETE
    • Get contacts
      GET
    • Add contacts
      POST
    • Edit contacts
      PUT
    • Get contact labels
      GET
    • Get corporation contacts
      GET
    • Get corporation contact labels
      GET
  • Character
    • Character affiliation
      POST
    • Get character's public information
      GET
    • Get agents research
      GET
    • Get blueprints
      GET
    • Get corporation history
      GET
    • Calculate a CSPA charge cost
      POST
    • Get jump fatigue
      GET
    • Get medals
      GET
    • Get character notifications
      GET
    • Get new contact notifications
      GET
    • Get character portraits
      GET
    • Get character corporation roles
      GET
    • Get standings
      GET
    • Yearly aggregate stats
      GET
    • Get character corporation titles
      GET
  • Assets
    • Get character assets
    • Get character asset locations
    • Get character asset names
    • Get corporation assets
    • Get corporation asset locations
    • Get corporation asset names
  • Skills
    • Get character attributes
    • Get character's skill queue
    • Get character skills
  • Bookmarks
    • List bookmarks
    • List bookmark folders
    • List corporation bookmarks
    • List corporation bookmark folders
  • Calendar
    • List calendar event summaries
    • Get an event
    • Respond to an event
    • Get attendees
  • Clones
    • Get clones
    • Get active implants
  • Contracts
    • Get contracts
    • Get contract bids
    • Get contract items
    • Get public contract bids
    • Get public contract items
    • Get public contracts
    • Get corporation contracts
    • Get corporation contract bids
    • Get corporation contract items
  • Fittings
    • Get fittings
    • Create fitting
    • Delete fitting
  • Fleets
    • Get character fleet info
    • Get fleet information
    • Update fleet
    • Get fleet members
    • Create fleet invitation
    • Kick fleet member
    • Move fleet member
    • Delete fleet squad
    • Rename fleet squad
    • Get fleet wings
    • Create fleet wing
    • Delete fleet wing
    • Rename fleet wing
    • Create fleet squad
  • 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
    • List character industry jobs
    • Character mining ledger
    • Moon extraction timers
    • Corporation mining observers
    • Observed corporation mining
    • List corporation industry jobs
    • List industry facilities
    • List solar system cost indices
  • Killmails
    • Get a character's recent kills and losses
      GET
    • Get a corporation's recent kills and losses
      GET
    • Get a single killmail
      GET
  • Location
    • Get character location
    • Get character online
    • Get current ship
  • Loyalty
    • Get loyalty points
    • List loyalty store offers
  • Mail
    • Return mail headers
    • Send a new mail
    • Get mail labels and unread counts
    • Create a mail label
    • Delete a mail label
    • Return mailing list subscriptions
    • Delete a mail
    • Return a mail
    • Update metadata about a mail
  • Opportunities
    • Get a character's completed tasks
    • Get opportunities groups
    • Get opportunities group
    • Get opportunities tasks
    • Get opportunities task
  • 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
    • Get colonies
    • Get colony layout
    • List corporation customs offices
    • Get schematic information
  • Search
    • Search on a string
    • Search on a string
  • Wallet
    • Get a character's wallet balance
    • Get character wallet journal
    • Get wallet transactions
    • Returns a corporation's wallet balance
    • Get corporation wallet journal
    • Get corporation wallet transactions
  • 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
    • Get attributes
    • Get attribute information
    • Get dynamic item information
    • Get effects
    • Get effect information
  • Incursions
    • List incursions
  • Insurance
    • List insurance levels
  • Routes
    • Get route
  • Sovereignty
    • List sovereignty campaigns
    • List sovereignty of systems
    • List sovereignty structures
  • Status
    • Retrieve the uptime and player counts
  • User Interface
    • Set Autopilot Waypoint
    • Open Contract Window
    • Open Information Window
    • Open Market Details
    • Open New Mail Window
  • 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
    • List wars
    • Get war information
    • List kills for a war
  1. Killmails

Get a single killmail

GET
/killmails/{killmail_id}/{killmail_hash}/
Killmails
Return a single killmail from its ID and hash

Alternate route: /dev/killmails/{killmail_id}/{killmail_hash}/
Alternate route: /legacy/killmails/{killmail_id}/{killmail_hash}/
Alternate route: /v1/killmails/{killmail_id}/{killmail_hash}/

This route is cached for up to 1209600 seconds
Request Request Example
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
curl --location --request GET 'https://esi.evetech.net/latest/killmails///'
Response Response Example
200 - response
{
    "attackers": [
        {
            "character_id": 95810944,
            "corporation_id": 1000179,
            "damage_done": 5745,
            "faction_id": 500003,
            "final_blow": true,
            "security_status": -0.3,
            "ship_type_id": 17841,
            "weapon_type_id": 3074
        }
    ],
    "killmail_id": 56733821,
    "killmail_time": "2023-08-15T09:13:17.882Z",
    "solar_system_id": 30002976,
    "victim": {
        "alliance_id": 621338554,
        "character_id": 92796241,
        "corporation_id": 841363671,
        "damage_taken": 5745,
        "items": [
            {
                "flag": 20,
                "item_type_id": 5973,
                "quantity_dropped": 1,
                "singleton": 0
            }
        ],
        "position": {
            "x": 452186600569.4748,
            "y": 146704961490.90222,
            "z": 109514596532.54477
        },
        "ship_type_id": 17812
    }
}

Request

Path Params
killmail_hash
string 
required
The killmail hash for verification
killmail_id
integer 
required
The killmail ID to be queried
Query Params
datasource
string 
optional
The server name you would like data from
Header Params
If-None-Match
string 
optional
ETag from a previous request. A 304 will be returned if this matches the current ETag

Responses

🟢200A killmail
application/json
Body
200 ok object
attackers
array[object (get_killmails_killmail_id_killmail_hash_attacker) {9}] 
get_killmails_killmail_id_killmail_hash_attackers
required
attackers array
<= 10000 items
alliance_id
integer <int32>
get_killmails_killmail_id_killmail_hash_alliance_id
optional
alliance_id integer
character_id
integer <int32>
get_killmails_killmail_id_killmail_hash_character_id
optional
character_id integer
corporation_id
integer <int32>
get_killmails_killmail_id_killmail_hash_corporation_id
optional
corporation_id integer
damage_done
integer <int32>
get_killmails_killmail_id_killmail_hash_damage_done
required
damage_done integer
faction_id
integer <int32>
get_killmails_killmail_id_killmail_hash_faction_id
optional
faction_id integer
final_blow
boolean 
get_killmails_killmail_id_killmail_hash_final_blow
required
Was the attacker the one to achieve the final blow
security_status
number <float>
get_killmails_killmail_id_killmail_hash_security_status
required
Security status for the attacker
ship_type_id
integer <int32>
get_killmails_killmail_id_killmail_hash_ship_type_id
optional
What ship was the attacker flying
weapon_type_id
integer <int32>
get_killmails_killmail_id_killmail_hash_weapon_type_id
optional
What weapon was used by the attacker for the kill
killmail_id
integer <int32>
get_killmails_killmail_id_killmail_hash_killmail_id
required
ID of the killmail
killmail_time
string <date-time>
get_killmails_killmail_id_killmail_hash_killmail_time
required
Time that the victim was killed and the killmail generated
moon_id
integer <int32>
get_killmails_killmail_id_killmail_hash_moon_id
optional
Moon if the kill took place at one
solar_system_id
integer <int32>
get_killmails_killmail_id_killmail_hash_solar_system_id
required
Solar system that the kill took place in
victim
object 
get_killmails_killmail_id_killmail_hash_victim
required
victim object
alliance_id
integer <int32>
get_killmails_killmail_id_killmail_hash_victim_alliance_id
optional
alliance_id integer
character_id
integer <int32>
get_killmails_killmail_id_killmail_hash_victim_character_id
optional
character_id integer
corporation_id
integer <int32>
get_killmails_killmail_id_killmail_hash_victim_corporation_id
optional
corporation_id integer
damage_taken
integer <int32>
get_killmails_killmail_id_killmail_hash_damage_taken
required
How much total damage was taken by the victim
faction_id
integer <int32>
get_killmails_killmail_id_killmail_hash_victim_faction_id
optional
faction_id integer
items
array[object (get_killmails_killmail_id_killmail_hash_item) {6}] 
get_killmails_killmail_id_killmail_hash_items
optional
items array
<= 10000 items
position
object 
get_killmails_killmail_id_killmail_hash_position
optional
Coordinates of the victim in Cartesian space relative to the Sun
ship_type_id
integer <int32>
get_killmails_killmail_id_killmail_hash_victim_ship_type_id
required
The ship that the victim was piloting and was destroyed
war_id
integer <int32>
get_killmails_killmail_id_killmail_hash_war_id
optional
War if the killmail is generated in relation to an official war
🔵304Not modified
🟠400Bad request
🟠420Error limited
🟠422Invalid killmail_id and/or killmail_hash
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Previous
Get a corporation's recent kills and losses
Next
Get character location
Built with