-
Notifications
You must be signed in to change notification settings - Fork 78
API (Statistics)
cvweiss edited this page Jun 8, 2018
·
6 revisions
Are you looking to get all the killmails as they happen? Check out Websocket or RedisQ.
zKillboard provides a statistics API that allows access to all the stats that zKillboard holds on entities. Including number of kills, ranks, ship classes, monthly counts, etc. If you can see it on zKillboard, you can see it with this API.
An API is also provided for fetching killmails.
Formatting for the API works like so:
https://zkillboard.com/api/stats/entityType/entityID/
Example:
https://zkillboard.com/api/stats/corporationID/98330748/
Valid entityID's are based on the ID's provided by CCP.
Valid entityTypes are:
- characterID
- corporationID
- allianceID
- factionID
- shipTypeID
- groupID
- solarSystemID
- regionID