My API Wishlist
Web Programmer
Achievements should start coming out next week-ish. Only have support for daily achievements until some more backend support lands, but we’ll probably have per-achievement account progress of some form around next month.
Guilds aren’t coming out until post-HoT. I don’t have enough test cases for the code and I suspect it’s bitrotted a bit.
Leaderboards... I’m not sure why we haven’t exposed this data programmatically. It should be fairly straightforward to do.
Minis and WvW Rank are pretty straightforward; I just need to find the time to implement the backend support for ’em. Probably post-HoT as well.
At the moment, my wish list is short …
Status – Most recently played character name (the current character if online now), possibly also with class/level though we could just query characters for that. The online status (online/away/offline). Current map if online. Amount of wvw supply carried. Short TTL (1 minute maybe).
Tarnished Coast – Dissentient [DIS]
All classes
Most recently played character name
/v2/characters does actually return the character names ordered by last log in, the same way as in the character selection screen.
Most recently played character name
/v2/characters does actually return the character names ordered by last log in, the same way as in the character selection screen.
I thought this too at first, but it really doesn’t. I tried it to determine the character being played, and it does usually come back in that order, but not always. It’s not reliable.
I had to abandon that idea and just give users a drop down to select which character they are on (it does default to the list order though, so most of the time they don’t need to change anything).
Also, the 5 minute TTL is too long for this purpose.
Tarnished Coast – Dissentient [DIS]
All classes
(edited by Nabrok.9023)
Hmm, weird, for me it’s always in that order. Maybe it’s a caching issue – i didn’t check immedeately after log-out. But yeah, it’d be perhaps usable with a 30s TTL like some of the AH APIs.