Description
The Kills API retrieves the number of ship, faction and pod kills organized by solar system.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2007-12-16 11:21:59</currentTime>
<result>
<rowset name="solarSystems" key="solarSystemID" columns="solarSystemID,shipKills,factionKills,podKills">
<row solarSystemID="30001343" shipKills="0" factionKills="17" podKills="0" />
<row solarSystemID="30002671" shipKills="0" factionKills="340" podKills="0" />
<row solarSystemID="30005327" shipKills="0" factionKills="21" podKills="0" />
<row solarSystemID="30002410" shipKills="0" factionKills="3" podKills="0" />
<row solarSystemID="30001082" shipKills="0" factionKills="3" podKills="0" />
<row solarSystemID="30001105" shipKills="0" factionKills="6" podKills="0" />
...
<row solarSystemID="30001937" shipKills="0" factionKills="14" podKills="0" />
<row solarSystemID="30003560" shipKills="0" factionKills="3" podKills="0" />
<row solarSystemID="30002478" shipKills="3" factionKills="15" podKills="2" />
<row solarSystemID="30004101" shipKills="0" factionKills="22" podKills="0" />
</rowset>
<dataTime>2007-12-16 10:57:53</dataTime>
</result>
<cachedUntil>2007-12-16 12:21:59</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| solarSystemID
| int
| ID of solarsystem.
|
| shipKills
| int
| Number of ships destroyed in last hour.
|
| factionKills
| int
| Number of NPC ships destroyed in the last hour.
|
| podKills
| int
| Number of pods destroyed in last hour.
|
Top Contributors For This Page