Return of the aggregated character stats
Greetings Space Friends,
https://api-sisi.testeveonline.com/characters/<characterID>/statistics/year/<year>/
Well, as of today, March 16th, 2016, the endpoint is back. It is based off of Tranquility, and it's available at:
https://characterstats.tech.ccp.is/v1/<characterID>/
You no longer need to request multiple times for multiple years, just once per characterID and you will get all of their aggregate years in the response. The response format a JSON dictionary with three keys, "aggregateYears", "characterID" and "characterName". The aggregateYears key contains keys of each year the player has aggregate stats for and each year should contain the same set of keys with values of how many times each action was performed by the character in the given year.
Authentication is handled via the characterStatsRead scope. Please ensure your application has access to use this scope in https://developers.eveonline.com/applications/. If you used the old endpoint in the past, your application will still need to be updated to make use of the new scope.
The data behind characterstats.tech.ccp.is is not live data. Instead it will be routinely updated, but the process is not something that we are willing to commit any sort of schedule to.
Happy coding!