rodadams.5963:

I was wondering where on the list getting per character map completion information is?

With several new zones to explore, and a plethorea of characters to explore them with, it’s quite difficult to track who has been where. I currently manage this manually via a spreadsheet, but would much prefer to be able to script it.

We’ve gotten to where I can replace almost everything else in my ridiculously crazy pile of spreadsheets, so this is the biggest soar thumb left from me be able to completely deprecate it.

I don’t need per point information, just something like:
{ zone: “Lornar’s Pass”,
vistas: 7,
waypoints: 14,
hero_points: 9,
renown: 12 }

Well, and a list somewhere saying how many of each there are in each zone. (looks like I should be able to get this from the mapping info, assuming it is kept current.)

Lawton Campbell.8517:

Pretty far down on the list

That data’s pretty complex to extract, unfortunately.

rodadams.5963:

:-(
:-(
:-(

Juggre Naut.3427:

In order to hopefully bump this up the list, let me provide a use case. Lots of guilds do map completion events where they take as many guild members as are interested in 100% complete a map. The prerequisite of course is choosing which map to complete. With a lot of people with different map completions it would be very useful to be able to pull map completion information.

Just another use case to add to back up the request; I understand there’s probably more important things going on with Path of Fire and whatnot but a map completion API would be outstanding to see.

Presac.3860:

I actually thought it would be “relatively easy”. All the information is listed on the map screen and when hovering over each individual map. But that doesn’t have any connection to the API? Code wise, there most be some scripts already collecting all the information.