Description
It would be nice to be able to display achievements and titles outside of eve, on various websites, like zkill, evewho and
Use Case
It would be nice to be able to display all achievements and titles a character has on websites outside of the game, like zkill, evewho, and evechievements.online (admittedly, I only really care about the last one ;) )
Ideally an authed endpoint, probably with the basic character read scope.
Example Response
{
"titles":
[
"00851de7-b7ca-5136-871e-d07429563c06",
"0c231769-621e-53d5-bd49-ce07a7b4a544",
"15ebcdeb-329a-54d5-8e31-eba467ed874b",
"8b8ea592-d9b9-5303-bcd1-61fbfab2f260"
],
"achievements":
[
"however they're represented in game."
]
}
Description
It would be nice to be able to display achievements and titles outside of eve, on various websites, like zkill, evewho and
Use Case
It would be nice to be able to display all achievements and titles a character has on websites outside of the game, like zkill, evewho, and evechievements.online (admittedly, I only really care about the last one ;) )
Ideally an authed endpoint, probably with the basic character read scope.
Example Response
{ "titles": [ "00851de7-b7ca-5136-871e-d07429563c06", "0c231769-621e-53d5-bd49-ce07a7b4a544", "15ebcdeb-329a-54d5-8e31-eba467ed874b", "8b8ea592-d9b9-5303-bcd1-61fbfab2f260" ], "achievements": [ "however they're represented in game." ] }