APIv2 Map Kills XML
From EVEDev
Contents |
[edit] /map/Kills.xml.aspx
[edit] Overview
Returns the number of kills in solarsystems within the last hour. Only solar system where kills have been made are listed, so assume zero in case the system is not listed.
[edit] Data Caching
This method is cached according to the Modified Short Cache Style.
[edit] Input Arguments
None
[edit] Output XML
only systems with data are shown, assume 0s
<?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>
[edit] Output Rowset Columns
| Name | Type | Description |
|---|---|---|
| solarSystemID | int | The unique identification number of a solar system. You can look up the details of the solar system in the table mapSolarSystems of the CCP Database Dump |
| shipKills | int | Number of player ships killed in this system. |
| factionKills | int | Number of NPC ships killed in this system. |
| podKills | int | Number of pods killed in this system. |

