Description
The NPC Standings API returns the standings towards a character from agents, NPC corporations and factions.
With the Tyrannis expansion, the Standings API has been replaced in favor of the Contact List API.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-12-07 02:41:15</currentTime>
<result>
<characterNPCStandings>
<rowset name="agents" key="fromID" columns="fromID,fromName,standing">
<row fromID="3009237" fromName="Ardoroule Ophone" standing="0.13" />
<row fromID="3009242" fromName="Cryrcier Yrca" standing="-0.13" />
<row fromID="3009854" fromName="Amarulyn Carnoirese" standing="1.11" />
<row fromID="3010196" fromName="Hut Itola" standing="1.81" />
<row fromID="3018619" fromName="Eslin Stein" standing="0.78" />
<row fromID="3018620" fromName="Vilhara Vit" standing="0.56" />
<row fromID="3018623" fromName="Benur Errus" standing="0.08" />
<row fromID="3018624" fromName="Evika Deng" standing="0.09" />
<row fromID="3018649" fromName="Avrue Auz" standing="2.18" />
<row fromID="3018650" fromName="Mamo Guerre" standing="0.33" />
</rowset>
<rowset name="NPCCorporations" key="fromID" columns="fromID,fromName,standing">
<row fromID="1000006" fromName="Deep Core Mining Inc." standing="-5.00" />
<row fromID="1000007" fromName="Poksu Mineral Group" standing="-0.05" />
<row fromID="1000171" fromName="Republic University" standing="0.19" />
<row fromID="1000172" fromName="Pator Tech School" standing="-4.29" />
</rowset>
<rowset name="factions" key="fromID" columns="fromID,fromName,standing">
<row fromID="500001" fromName="Caldari State" standing="-2.15" />
<row fromID="500015" fromName="Thukker Tribe" standing="-1.89" />
<row fromID="500016" fromName="The Servant Sisters of EVE" standing="2.61" />
<row fromID="500017" fromName="The Society" standing="1.20" />
<row fromID="500018" fromName="Mordu's Legion Command" standing="-1.96" />
<row fromID="500019" fromName="Sansha's Nation" standing="-4.75" />
<row fromID="500020" fromName="Serpentis" standing="-5.60" />
</rowset>
</characterNPCStandings>
</result>
<cachedUntil>2010-12-07 05:38:16</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| fromID
| int
| ID number of the agent, NPC corporation or faction you have a standing with.
|
| fromName
| string
| The name of the agent, NPC corporation or faction.
|
| standing
| float
| Current standing with this entity. This is the base standing and does not take into account the Connections or Diplomacy skill. The standing can be in the range of -10 to +10.
|
Top Contributors For This Page