Description
The Factional Warfare System activity map contains a list of solar systems, the name of the occupying faction (if applicable) and whether the solar system is contested. This data can be used to generate an activity map of the EVE universe for Factional Warfare.
Call
Result
<eveapi version="2">
<currentTime>2008-06-30 06:50:05</currentTime>
<result>
<rowset name="solarSystems" key="solarSystemID" columns="solarSystemID,solarSystemName,occupyingFactionID,occupyingFactionName,contested">
<row solarSystemID="30002056" solarSystemName="Resbroko" occupyingFactionID="0" occupyingFactionName="" contested="True"/>
<row solarSystemID="30002057" solarSystemName="Hadozeko" occupyingFactionID="0" occupyingFactionName="" contested="False"/>
<row solarSystemID="30003068" solarSystemName="Kourmonen" occupyingFactionID="500002" occupyingFactionName="Minmatar Republic" contested="False"/>
<row solarSystemID="30003069" solarSystemName="Kamela" occupyingFactionID="500002" occupyingFactionName="Minmatar Republic" contested="True"/>
</rowset>
</result>
<cachedUntil>2008-06-30 07:50:05</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| solarSystemID
| int
| ID of solar system.
|
| solarSystemName
| string
| Name of solar system.
|
| occupyingFactionID
| int
| ID of occupying faction.
|
| occupyingFactionName
| string
| Name of occupying faction.
|
| contested
| bool
| True if solar system is currently in contested status.
|
Top Contributors For This Page