Skip to content
cvweiss edited this page Jan 7, 2026 · 9 revisions

** ATTENTION **

Are you looking to get all the killmails as they happen? Check out RedisQ.

An API endpoint is provided as a dump feature for providing access to the history of all killmails contained within zkillboard.

https://r2z2.zkillboard.com/history/20160816.json

format: https://r2z2.zkillboard.com/history/:date.json with :date in YYYYMMDD format

The endpoint will provide the killID and hash for all killmails that zkillboard knows about on the provided date.

2019

I've created this endpoint to keep track of kills per day:

https://r2z2.zkillboard.com/history/totals.json


Note

In Jan, 2026 the location of the history dumps has been relocated to a Cloudflare R2. The older endpoints (https://zkillboard.com/api/history/XXXXXX.json) will redirect to the new location.

Clone this wiki locally