Description
The NPC Standings API returns the standing from NPC corporations and factions as well as agents. Since Tyrannis no longer provides standings towards characters or entities, the Contact List API is used instead.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2011-01-18 06:23:26</currentTime>
<result>
<corporationNPCStandings>
<rowset name="agents" key="fromID" columns="fromID,fromName,standing">
<row fromID="3008416" fromName="Antaken Kamola" standing="2.71" />
<row fromID="3008417" fromName="Ansalakko Hosiwa" standing="1.69" />
<row fromID="3008418" fromName="Ansanaisen Eskonainen" standing="0.09" />
<row fromID="3019474" fromName="Ettes Alureel" standing="1.39" />
<row fromID="3019475" fromName="Cala Baliaerdt" standing="1.39" />
<row fromID="3019477" fromName="Gonakis Eraettafrin" standing="1.39" />
<row fromID="3019478" fromName="Artgert Ardreas" standing="1.24" />
</rowset>
<rowset name="NPCCorporations" key="fromID" columns="fromID,fromName,standing">
<row fromID="1000002" fromName="CBD Corporation" standing="0.44" />
<row fromID="1000003" fromName="Prompt Delivery" standing="0.97" />
<row fromID="1000179" fromName="24th Imperial Crusade" standing="-1.46" />
<row fromID="1000180" fromName="State Protectorate" standing="-0.82" />
<row fromID="1000181" fromName="Federal Defence Union" standing="-0.92" />
<row fromID="1000182" fromName="Tribal Liberation Force" standing="-0.27" />
</rowset>
<rowset name="factions" key="fromID" columns="fromID,fromName,standing">
<row fromID="500001" fromName="Caldari State" standing="1.10" />
<row fromID="500019" fromName="Sansha's Nation" standing="-4.07" />
<row fromID="500020" fromName="Serpentis" standing="-3.42" />
</rowset>
</corporationNPCStandings>
</result>
<cachedUntil>2011-01-18 09:01:06</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| agents
|
| fromID
| int
| ID of agent standing is from.
|
| fromName
| string
| Name of agent.
|
| standing
| decimal
| Standing from indicated agent.
|
| NPCCorporations
|
| fromID
| int
| ID of NPC Corporation standing is from.
|
| fromName
| string
| Name of NPC Corporation.
|
| standing
| decimal
| Standing from indicated NCP Corporation.
|
| factions
|
| fromID
| int
| ID of faction standing is from.
|
| fromName
| string
| Name of faction.
|
| standing
| decimal
| Standing from indicated faction.
|
Top Contributors For This Page