Faction War - System Plexing Victory Points per character API proposal

Hi CCP,

I wish to propose the need for an API so that we can see the Victory Points being scored by members for Taking and Defending plexes in Faction Warfare systems.

The available /characters/{character_id}/fw/stats/ API requires user consent and does not show the systems, but rather a victory points for yesterday and last week, regardless of where/how these were gained.

For corporations and alliances to be able to see which members have been closing plexes, we need a publicly available API in a similar structure as follows on a 24 hour cache maybe or to System State = captured/Downtime:

{systems:
    {
        "id": "30002537",
        "name": "Amamake",
        "occupier_faction_id": "500003",
        "involved":
            {
                {"id": "151515810", "name": "DeT Resprox", "victory_points": "100"},
                {"id": "443158133", "name": "Pol Macsliebh", "victory_points": "150"},
                {"id": "2115667539", "name": "Forty Winks", "victory_points": "200"}
            },

        "id": "30002542",
        "name": "Auga",
        "occupier_faction_id": "500003",
        "involved":
            {
                {"id": "151515810", "name": "DeT Resprox", "victory_points": "120"},
                {"id": "443158133", "name": "Pol Macsliebh", "victory_points": "130"},
                {"id": "2115667539", "name": "Forty Winks", "victory_points": "250"}
            },
        etc etc
    }

This way we can easily see the victory points and can work out who had control of the system at the time to be able to determine if the points were gained by offensive or defensive plexing.

Many thanks

DeT

8 Likes

Do it NOW CCP

CCPlease! @CCP_Aurora !

Currently corps can do internal campaigns on total VP in the warzone or killmails. It is not possible to track VP obtained per system per toon.

This would be a fantastic addition for us FW nerds and allow leadership to track members contributions in the new system.

These stats would be very nice to have, we really do want to know how much time we spent in system X or Y and what we got for it. Nerds want to know.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.