---
title: "Get system kills"
method: GET
path: "/universe/system_kills"
tags: ["Universe"]
---

# Get system kills

`GET /universe/system_kills`

Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed

## 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
- `If-Modified-Since` string

## Response `200`

OK

- object[]
  - `npc_kills` integer, required — Number of NPC ships killed in this system
  - `pod_kills` integer, required — Number of pods killed in this system
  - `ship_kills` integer, required — Number of player ships killed in this system
  - `system_id` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility.md) · [All operations](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evetech/eve-spring-inebriation-esi-tranquility/versions/ac54efcef133/schema)
